the function for generating the row id
the function for handling phx-click on each row
the function for mapping each row before calling the :col and :action slots
<:col :let={user} label="Id"> <%= user.id %> </:col> <:col :let={user} label="name"> <%= user.name %> </:col> <:col :let={user} label="Job"> <%= user.job %> </:col> <:col :let={user} label="Favourite Color"> <%= user.favourite_color %> </:col>
the slot for showing user actions in the last table column