Programming Phoenix LiveView: Wrong code reference (page 203)

On page 203 there’s a code sample of the use of :col from the table function component. It says the sample is from /demographic_live/show.ex but you haven’t add that table function to that file yet.

You either missed a step in the code samples or your referencing the wrong file.

Good luck, thank you!