On this page
The Advanced Tables (formerly Filter Sets) plugin from Kenneth Sese, to Supercharge your tables with powerful features like user customizable views, enhanced filter tabs, reorderable columns, convenient view management, and more. now, fully integrated to create powerful reports from your dynamic forms.
You will need a separate license for the Advanced Tables plugin to activate these features.
enable the Advanced Tables Plugin
after installing Advanced Tables, the the filters will be available in forms immediately.
but you need to enable it in the Entries Report page:
create the file
resources/views/vendor/zeus/filament/pages/reports/entries-pro.blade.php
or copy it from the vendor folder
and add the content:
1<x-filament::page class="space-y-6">2 <x-advanced-tables::favorites-bar/>3 {{ $this->table }}4</x-filament::page>