IgniteUI / igniteui-react-wrappers

Ignite UI components for React
https://igniteui.github.io/igniteui-react-wrappers/
MIT License
168 stars 12 forks source link

Feature Request: React component for column templates #73

Open marc314 opened 7 years ago

marc314 commented 7 years ago

I notice that the api allows for a jQuery string template for rendering a custom cell. Please allow for a React component instead which would take the arguments you would pass in to the template as props. This would work similar to how ag-grid would handle the problem.

ChronosSF commented 7 years ago

@kdinev , this will most likely require the development of pluggable rendering for igGrid and other widgets that support templating, so it will be a pretty big undertaking.