variety of premium plugins

Learn More

bolt

you are reading the documentation for version v3
to check your version use: composer show lara-zeus/bolt

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:

<x-filament::page class="space-y-6">
<x-advanced-tables::favorites-bar/>
{{ $this->table }}
</x-filament::page>