gwt-material-table
gwt-material-table copied to clipboard
Disable selection on certain rows.
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.
Im pretty sure theres a way we can disable the selection. Go to gwt.material.design.client.data.SelectionType and datatable.setSelectionType(NONE)
But if you are referring to certain / specific row, then this might be a feature request