terumi
Persist toggleable column state between sessions
No:
I have a table with these data:
name | surname | created_at | updated_at
some users want to see only
name | created_at
others want to see:
name | surname | updated_at
etc...
Each user can set it via the icon on the right of the table, but as soon as, they loggout they have to set it again.
Is there a way to persist their choice?
13 replies
How to fill form in a custom page?
I think I fixed it, It needed to resolve the model instance and pass it to the form object but now I have another problem:
It disregards the relations, I cannot do something like created_by.name, contact_channel.name (which are relations defined in the model).
The correct code (apart the relation thing) is this:
Pages/ViewTicket:
filament/resources/ticket-resource/pages/view-ticket
(I resolved the object and passed it here)
6 replies