Render the GridColumnMenuCheckBoxFilter component outside the Grid
Environment
Product Version | 6.1.1 |
Product | Progress® KendoReact |
Description
I want to render the GridColumnMenuCheckBoxFilter component as a standalone component without integrating it inside the KendoReact Grid.
Solution
You can use the GridColumnMenuCheckboxFilter as a separate component for returning filter expressions. For using the GridColumnMenuCheckboxFilter, you will have to pass a "column" object with a "field" and the "data".
This is an example showcasing this approach where the filter expression is logged to the console: