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

MaterializeDataTable and SelectionType.NONE is not working with a input component in the first column #167

Open
kevzlou7979 opened this issue Jul 9, 2018 · 0 comments

Comments

@kevzlou7979
Copy link
Contributor

If the SelectionType is NONE and in the first column is an component which use the classname selected like a switch or a checkbox the method AbstractDataView.toggleRowSelect toggle the state of all components in this column.

This is ok if the SelectionType is not NONE and in the first column is the CheckBox for the selecting a row. The Method AbstractDataView.toggleRowSelect should not be called if the SelectionType is NONE

image

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

1 participant