remove filters from default url
How can I remove the filters in the url when I don't have any activated?
4 Replies
when clicking the "reset" button on the filter dropdown it should reset the url
Are you using
shouldPersistTableFiltersInSession()
? I've had issues with changed / dynamic filters and couldn't get rid of the persisted filters unless I set that variable to false.This is an issue with Livewire unfortunately. https://github.com/livewire/livewire/pull/6188
GitHub
Add failing test for
null
values in arrays in query string by arc...Currently when using arrays in the query string, when setting one of the values in the array, all the other values get populated with null. This is related to #5932, but is still unsolved when deal...
I think EVERYONE is waiting for this fix! haha