Filters applied on load?
using Filament v.2
I have a table widget with some filters. I have a "less then pricing" filter for input pricing.
When the page/table loads the filter is being applied automatically with a value == 0.
How do I prevent table widget filters from being applied on load? (with filament v.2)
Relevant code:
0 Replies