Show columns based on filters
Hello i had a question about the filters. I made a trashed filter but i only want to show the deleted_at column if the filter Only deleted records is selected is there anyway that is possible?
Solution:Jump to solution
Probably shouldn't be a strict compare, because Livewire often uses strings
5 Replies
I think you can access the activeFilters property on the component. Something in this direction:
Property [$activeFilters] not found on component: [app.filament.resources.customer-contract-resource.pages.list-customer-contracts]
is there any documentation about this?
Probably was renamed with v3. Check the available properties of ListRecords page.
Thank you, i will look into it!
i tried this but this wouldn't work either
Solution
Probably shouldn't be a strict compare, because Livewire often uses strings