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.
106
+
* 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)
107
+
*
106
108
* @param filter - The filter to set
107
109
*/
108
110
setFilter(filter: FilterParams): void;
109
111
110
112
/**
113
+
* DEPRECATED: does the same as setFilter, kept for backward compatibility
111
114
* Update a filter in the list
112
115
*
113
116
* Filters visibility in badge is automatically determined by column configuration:
0 commit comments