Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to select rows from the table? #11

Closed
bartvde opened this issue Nov 3, 2016 · 4 comments
Closed

Is there a way to select rows from the table? #11

bartvde opened this issue Nov 3, 2016 · 4 comments

Comments

@bartvde
Copy link

bartvde commented Nov 3, 2016

So similar to onRowClick in fixed-data-table

@tannerlinsley
Copy link
Collaborator

Check this old issue out: #10 and let me know if that clears things up?

@tannerlinsley
Copy link
Collaborator

For now you can use the render and header callbacks on a column definition, or even decorate/replace the entire tr/td component if you wish and implement some custom click functionality. @Vaevictus's solution in #10 seems to work great.

@bartvde
Copy link
Author

bartvde commented Nov 8, 2016

thanks that works great, had missed that ticket

@tannerlinsley
Copy link
Collaborator

👍 Anytime :)

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

No branches or pull requests

2 participants