F
Filament14mo ago
darwin

Table tabs in filament 2

is there a way to implement table tabs in filament version 2?
5 Replies
awcodes
awcodes14mo ago
No. They didn’t exist in v2 I mean you could but you’d have to do it manually with custom views and logic.
darwin
darwinOP14mo ago
thanks @awcodes
Kenneth Sese
Kenneth Sese14mo ago
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!
darwin
darwinOP14mo ago
oh i have already read this plug in and its really good but cant afford right now 😅
Dennis Koch
Dennis Koch14mo ago
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

Did you find this page helpful?