how to set null row of table before filtered
how to set empty before filtered table
Solution
Use
Something like
->query() on the table object. You can then check the activeFilters (not sure about the exact property). This was asked before. Try searching the discord or check the source code.Something like