F
Filament3mo ago
ericmp

Way To Use Filters Outside a Filament Table?

I'm in a custom admin panel filament view, and i need to apply filters to the data im showing to the user. Currently im doing it via applying HasForms & InteractsWithForms to the custom page. then, im using the form as a filter. i dont submit the form, i just await for the fields to be changed and then i apply my sort based on that the question is, is there a way to bring the filament table filter outside the table so can be used as an independent filter that can be applied to a custom page somehow and not depends on a table?
3 Replies
ericmp
ericmp2mo ago
bump
krekas
krekas2mo ago
if it's a custom page you should build everything custom them get filters from the url which would be saved in the properties and use them in your query
ericmp
ericmp2mo ago
thanks!
Want results from more Discord servers?
Add your server
More Posts
Custom Filament Table with Query of Left Joined TablesI have managed to create livewire component with filament table in it as described here: https://fiHow to dispatch action using Notification inside a ListRecord classI have a `use Filament\Resources\Pages\ListRecords` class and inside it is `getCustomHeaderActions`.(Beginner question) Repeater - Formatting the output after updateOn the `Repeater`, I want to be able to display how they will appear in the live view using the `TexModal Bug on Livewire Component FormHello everyone, I have a FullCalendar Widget that I use on my dashboard that works great. I use thiFilament Shield not Generating Policy for Multi GuardsHow to generate Policy using filament shield plugin if having multiple guards. I have two separate ABuilder field - JS to collapse all other blocks groups when a different block is clickedHi all I have a project with a builder field and I need to automatically expand a block's fields whfile upload glitch in the viewis the file upload component suppose to make a glitch like the one shown in the video?Modify query for Select Element on form with relationship based on another form elementI have 2 `Select` components on the form. `Item Category` and `Vendor`. both these fields have `beloHow can i get form data in a Relation Manager?In a Create Action slide over of a relation tab, i need to access all the data in fields.searchable on SelectColumn?Is searchable not a working method on a SelectColumn? No matter where I put `searchable()` it doesn'