You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
I am using Data Table, I want to handle row click event. There is an option to enable 'selectable and then write a handler using 'onSelectionChanged'. But enabling 'selectable', I get checkboxes, which I don't want.
Is there any way to use onSelectionChanged, without showing checkboxes? or is there a way to access table or tr HTML tags that are rendered on to DOM, in componentDidMount()? so that I can manually bind click event on mount.
Thanks,
Viswanath
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am using Data Table, I want to handle row click event. There is an option to enable 'selectable and then write a handler using 'onSelectionChanged'. But enabling 'selectable', I get checkboxes, which I don't want.
Is there any way to use onSelectionChanged, without showing checkboxes? or is there a way to access table or tr HTML tags that are rendered on to DOM, in componentDidMount()? so that I can manually bind click event on mount.
Thanks,
Viswanath
The text was updated successfully, but these errors were encountered: