SokarNox
Advanced Tables Filter Not Adding Filter
What I'm trying to do:
Hello, this is a very simple table, I'm trying to add an Advanced Table Filter for "created_at". Thank you in advance, maybe I'm doing something wrong, maybe something is wrong with the package?
What I did:
I added a simple filter to the table
My Issue/The error:
My filter is be removed (and not shown on in the filter menu) by the following code:
Archilex\AdvancedTables\Filters
method getCollectedFilters
on line 110
using version 3.7.27
of package archilex/filament-filter-sets
The line in question is removing all filters where it's an instance of AdvancedFilter (which makes no sense)
My Code:
4 replies