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
* Please note that you can set/update filter even for fields which have showIn.filter=false in resource configuration.
99
+
* Also you can set filter for virtual columns. For example Universal search plugin calls updateFilter for virtual column which has showIn.filter=false (because we dont want to show this column in filter dropdown, plugin renders its own filter UI)
100
+
*
99
101
* @param filter - The filter to set
100
102
*/
101
103
setFilter(filter: FilterParams): void;
102
104
103
105
/**
106
+
* DEPRECATED: does the same as setFilter, kept for backward compatibility
0 commit comments