v4 Disable table column order session persistence
So, I see that v4 has introduced table column ordering.
I've got a table whereby I have not implemented column ordering yet the table order is still being persisted to the session. So any time I add a new table column to my schema, it appears in the wrong spot in the table.
I also do NOT have ->reorderableColumns() applied to the table.
Is this the expected behaviour? Is there no way to disable the table column order from being persisted to the session? I've tried the following to no avail:
Have I missed something?
It's quite annoying to have to clear the session to be able to see the correct column order of the table as it's defined in the schema.
https://filamentphp.com/content/leandrocfe-filament-v4-beta-feature-overview#reordering-table-columns
https://filamentphp.com/docs/4.x/tables/columns/overview#reordering-columns
I've got a table whereby I have not implemented column ordering yet the table order is still being persisted to the session. So any time I add a new table column to my schema, it appears in the wrong spot in the table.
I also do NOT have ->reorderableColumns() applied to the table.
Is this the expected behaviour? Is there no way to disable the table column order from being persisted to the session? I've tried the following to no avail:
Have I missed something?
It's quite annoying to have to clear the session to be able to see the correct column order of the table as it's defined in the schema.
https://filamentphp.com/content/leandrocfe-filament-v4-beta-feature-overview#reordering-table-columns
https://filamentphp.com/docs/4.x/tables/columns/overview#reordering-columns
Filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.