Hi everyone,
I am using Ignite UI React grids (IgrGrid, IgrColumn, etc.) in my project, and I need to replace the default Excel-style filtering or advanced filtering UI with a custom filtering template. Specifically, I want to design my own filtering UI (e.g., custom sorting, moving, text filter, selection etc.) and integrate it directly into the grid.
I couldn't find any documentation or API properties like filterTemplate in the official docs (Ignite UI React Grid Documentation).
filterTemplate
Any guidance or examples would be greatly appreciated!
Thanks in advance!
Hello Pritam,
The IgrColumn elements in the IgrGrid expose a filterCellTemplate property that you can use to re-template the filter-cell, but this will have no effect on the Excel-style or Advanced Filtering UI of the grid – it only affects the “quick filter” UI.
Aside from this though, I do not believe there is currently a plan in place to provide a custom filtering template for the Advanced Filtering UI or Excel-style filter in the IgrGrid. If you would like to potentially see this implemented, my best recommendation would be to suggest a new feature request for this at our Ignite UI for React GitHub page, here: https://github.com/igniteUI/igniteui-react/issues. This will place you in direct communication with our development and product management teams.
Please let me know if you have any other questions or concerns on this matter.