This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 553
How to get data from onRowClick #392
Comments
if you check the arguments in the onRowClick handler you'll get the rowIndex of the data, from which you can get the record data. hop it helps. |
Yes it did :) |
For some reason I can't get any of this data. I only get an empty object, the rowIndex and the MouseEvent. I'm not sure what I can do with any of that at this point |
There is no API doc that listed the full argument that the func takes. I only find this information in a stackoverflow thread and it said it were only called with two parameters (event, index) And none of that is useful, if I want to implement something like "edit-in-place" |
I added #490 for this |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have added the onRowClick functionality and it works, but i need to get the complete data of the row.
How can i accomplish this?
The text was updated successfully, but these errors were encountered: