New to KendoReact? Start a free 30-day trial
Pass Additional Props to Custom Grid Cells
Environment
Product Version | 3.0.0 |
Product | Progress® KendoReact Grid |
Description
How can I pass additional props to a custom cell of the KendoReact Grid so that I can to pass a custom prop to the cell that will be rendered?
Solution
Use a function that will return the cell with the default and the custom props. For the full implementation of the suggested approach, refer to the demo on customizing Grid cells.