Table tabs in filament 2
is there a way to implement table tabs in filament version 2?
5 Replies
No. They didn’t exist in v2
I mean you could but you’d have to do it manually with custom views and logic.
thanks @awcodes
My plugin #kenneth-sese-advanced-tables does this. You can check out the docs here for the version compatible with Filament v2: https://filamentphp.com/plugins/kenneth-sese-advanced-tables?v=v1#documentation
Filament
Advanced Tables (formerly Filter Sets) by Kenneth Sese - Filament
Supercharge your tables with powerful features like user customizable views, enhanced filter tabs, reorderable columns, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
oh i have already read this plug in and its really good but cant afford right now 😅
Have a look at the source code. It's basically a tab component and different queries based on
$livewire->activeTab
. You could implement your own version for v2