Have you already searched for similar issues? Please help us out and double-check first!
Also, please don't be that person who deletes this template. It's here for a reason.
Thanks!
✅ Officially supported ✅
⚠️ Not officially supported, expect warnings ⚠️
☣️ Not officially supported, expect warnings and errors ☣️
✅ Officially supported ✅
⚠️ Not officially supported, but "should work" ⚠️
👋 Need general support? Not sure about how to use React itself, or how to get started with the Grid?
Please do not submit support request here. Instead see
https://github.com/adazzle/react-data-grid/blob/master/CONTRIBUTING.md
Please include:
- What the current behavior is
- What the desired behvaior is
- (If Bug) Steps to reproduce the issue
- (If Feature) The motivation / use case for the feature
We especially love screenshots / videos of problems, and remember
The Best Issue Is A Pull Request™
There is no cell click event handler prop at the moment but you should be able to use onRowClick handler which receives rowIdx, row, column parameters. You can then easily identify the cell clicked using row and column
Most helpful comment
There is no cell click event handler prop at the moment but you should be able to use
onRowClickhandler which receivesrowIdx, row, columnparameters. You can then easily identify the cell clicked usingrowandcolumn