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
Server side filters have been overhauled as they didn't quite work before. The way you specify your rendered filter chips now is with serverSideFilterList. Not having this work alongside customFilterListRender was an oversight. I don't have any timeline, but feel free to jump in with a fix.
I'm not so sure this is a bug, looking at the code, customFilterListRender does look like it gets applied. However, in the example above, there's no serverSideFilterList option provided. If serverSide is set to true, then the filter list is rendered using the serverSideFilterList. Also, in the example above, the filter dialog has no footer for submitting filters.
CustomFilterListRender does not work when ServerSide = true
Expected Behavior
After a filter has been applied, the chip should display with the filtered data.
Current Behavior
No chip pops up, with/without customFilterListRender specified.
Steps to Reproduce (for bugs)
Works using v2.11.1
Doesn't work using v2.12.0
Your Environment
The text was updated successfully, but these errors were encountered: