How Export Pdf Filtered Data

Hai Dev I Want Print Out Filtered Data Using Filter I confusing to put action button inside filter and getting all record after filtered thx u dev
5 Replies
hashim199
hashim1993mo ago
have you done it ?
jepewsykes
jepewsykes3mo ago
ya bro i already solved
hashim199
hashim1993mo ago
how did you added a new button "Cotak summary" ...
Jap
Jap3mo ago
in your custom action you can get the value of table filters by using the $livewire.
->action(function ($livewire) {
dd($livewire->tableFilters)
// other actions...
})
->action(function ($livewire) {
dd($livewire->tableFilters)
// other actions...
})
jepewsykes
jepewsykes3mo ago
just add new action on listpage bro