Hello,
Im trying to create a custom cell with drag and cell selection and its look it is not possible because I dont have the original `<td/>` in the `GridCellProps`.
Here you have an example:
https://stackblitz.com/edit/react-xwdgxd?file=app/main.jsx
I found a "workaround" but I dont know if this is the correct way to do that:
https://stackblitz.com/edit/react-xwdgxd-tfwi7j?file=app/main.jsx
In Grid the prop cellRender do you have the original td allowing to override some props but without the need to know all internal props. Would be great if you can do that in the `GridColumn`.
I dont want to override the cellRender in the Grid and i dont want to know about data-grid-col-index.
Any suggestions?
Thanks!