Is there a way to get the multiple selection event before it triggers mdOnSelect in all rows?
Motivation: When user clicks the row, I need to send some informations to the server. But if multiple selection is clicked, I want to make a single request sending all rows IDs.
Is there a way to get the multiple selection event before it triggers
mdOnSelect
in all rows?Motivation: When user clicks the row, I need to send some informations to the server. But if multiple selection is clicked, I want to make a single request sending all rows IDs.