You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, currently if I want to have server side filter, I am able to control the filters - add and change them. But if I am filtering by multiple columns, and I want to remove just one, I cant since onFilter is empty, with no indication of which column should be removed.
The text was updated successfully, but these errors were encountered:
ColumnFiltersState is a array of ColumnFilter and each filter has a id equal to a column. OnFilter allays gets the next column filter state as argument. To find out witch column was removed you have to compare it to the last filter state.
Description
Hi, currently if I want to have server side filter, I am able to control the filters - add and change them. But if I am filtering by multiple columns, and I want to remove just one, I cant since
onFilter
is empty, with no indication of which column should be removed.The text was updated successfully, but these errors were encountered: