I need to get table query in header action or bulk action based on table filter
How can I get resource table query based on table filters in bulk action or in header action?
Solution:Jump to solution
GitHub
Is it possible to have create a bulk action button without selectin...
I am coming from "laravel-livewire-tables" package. I like the feature that shows the "Bulk Action" Button on the table header. For my use case, it helps me to configure actions...
5 Replies
This is a fairly common question. Have you searched this Discord for it?
Yes, I searched. I did not find a solution
I found this, but I do not know how to used it in the resource table header actions
https://v2.filamentphp.com/tricks/getting-the-table-query-with-sorting-and-filtering-applied
Filament
Getting the table's query with sorting and filtering applied by And...
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
and also I found
https://github.com/filamentphp/filament/discussions/5502
but it does not worked with me
GitHub
Is it possible to have create a bulk action button without selectin...
I am coming from "laravel-livewire-tables" package. I like the feature that shows the "Bulk Action" Button on the table header. For my use case, it helps me to configure actions...
Solution
The solution is
https://github.com/filamentphp/filament/discussions/5502
GitHub
Is it possible to have create a bulk action button without selectin...
I am coming from "laravel-livewire-tables" package. I like the feature that shows the "Bulk Action" Button on the table header. For my use case, it helps me to configure actions...