Problem in table tabs at the custom page
Why my tabs modified query in not applied to the table when the tab is selected?
Can someon tell me what is missing?
Solution:Jump to solution
Finally I solved it by calling $this->resetTable() when the property activeTab changed.
6 Replies
can someone help me?
You mean, this?
https://filamentphp.com/docs/3.x/panels/resources/listing-records#using-tabs-to-filter-the-records
Tabs are available in the ListRecords
Shouldn't it be
instead of
?
Yeah, I want to use it in the table at custom page..
But I got the issue that I mention above..
I'm taking example from here, the table is in custom page
https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table
Solution
Finally I solved it by calling $this->resetTable() when the property activeTab changed.