Filter On Load Or URL
Hi all
I hope someone can help.
I have a table in a livewire component ( not panel ). I have a link on another page which directs to this table page and modifies the query:
Howver when I click on the next page in the pagination it is lost.
So I wondered if there a way to save this?
OR
Have a filter (client drop down) be selected on page load).
I hope someone can help.
I have a table in a livewire component ( not panel ). I have a link on another page which directs to this table page and modifies the query:
Howver when I click on the next page in the pagination it is lost.
So I wondered if there a way to save this?
OR
Have a filter (client drop down) be selected on page load).
Solution
if you yuse
multiple() try [request()->input('client_id')] because i believe it want a array.