how to set null row of table before filtered

how to set empty before filtered table
Solution
Use ->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

->query(fn (ListRecords $livewire) => $livewire->tableFilters ... )
Was this page helpful?