Remove filter button (-) auto-triggers table refresh
This idea is good only if circumstances support it which I think they do.
- Click (-) to get rid of a row, refresh table automatically. Save time when tweaking a real multi-filter scenario.
Suitable iff:
-
Querying remains FAST. Including (a) as scale up in size and (b) add more and more complex querying options which can slow things down.
-
If fast, even the (-) of unfilled rows would not be a concern
-
No, cannot only refresh if column is not
Column
andValue
is not empty/blank. Because they may have changed either of those just before hitting (-) and the refresh wouldn't happen when it should.- Nice solution is to track post-search (manual or auto) changes to any filter component. Just a boolean "filtersChanged". And use that to govern auto-refresh upon (-) click...or other triggers in the future.