daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Multiple selection callback #570

Open felipepalazzo opened 7 years ago

felipepalazzo commented 7 years ago

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.