© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•8mo ago•
2 replies
getupkid

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:
TextColumn::configureUsing(function (TextColumn $column): void {
    $column->toggleable(false);
});
TextColumn::configureUsing(function (TextColumn $column): void {
    $column->toggleable(false);
});

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
Filament v4 Beta - Feature Overview by Leandro Ferreira - 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.
Filament v4 Beta - Feature Overview by Leandro Ferreira - Filament
Overview - Tables - Filament
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Save Table column order
FilamentFFilament / ❓┊help
16mo ago
Table session
FilamentFFilament / ❓┊help
3y ago
Table Column
FilamentFFilament / ❓┊help
3y ago
Table column
FilamentFFilament / ❓┊help
3y ago