Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

How to get data from onRowClick #392

Closed
containerpope opened this issue Apr 28, 2016 · 5 comments
Closed

How to get data from onRowClick #392

containerpope opened this issue Apr 28, 2016 · 5 comments

Comments

@containerpope
Copy link

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?

@dhirajbasukala
Copy link

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.

@containerpope
Copy link
Author

Yes it did :)
Thank you.

@ryan-hamblin
Copy link

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

@pencilcheck
Copy link

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"

@mikechabot
Copy link

I added #490 for this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants