We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a feature request.
I wonder if it is possible to disable (disallow) the selection of certain rows in the datatable.
It would be nice if MaterialDataTable provides you an API called for example: setRowSelectionEnabled(int index, boolean enabled);
Currently you can select any rows if SelectionType is MULTIPLE.
The text was updated successfully, but these errors were encountered:
Im pretty sure theres a way we can disable the selection. Go to gwt.material.design.client.data.SelectionType and datatable.setSelectionType(NONE)
Sorry, something went wrong.
But if you are referring to certain / specific row, then this might be a feature request
No branches or pull requests
This is a feature request.
I wonder if it is possible to disable (disallow) the selection of certain rows in the datatable.
It would be nice if MaterialDataTable provides you an API called for example: setRowSelectionEnabled(int index, boolean enabled);
Currently you can select any rows if SelectionType is MULTIPLE.
The text was updated successfully, but these errors were encountered: