Create a customized query for custom table component in livewire
I have used the filament table in my livewire but i want to customize the query
3 Replies
how would you like to customise it
->modifyQueryUsing() maybe. Not sure of the actual method name.
I was able to find a solution