institut-de-genomique / Ultimate-DataTable

This AngularJS directive generate a HTML table with build-in fonctionnality like save, edit, remove, pagination etc...
http://institut-de-genomique.github.io/Ultimate-DataTable/
45 stars 26 forks source link

mouseevent.clickCallBack does not execute when all rows are selected. #48

Closed jcraney closed 6 years ago

jcraney commented 6 years ago

When I select all of the rows using the button at the top of the data table, the mouseevent.clickCallback is never called. There is no explanation of how to access all of the selected lines and their data when using the select all control button. The Documentation says that the select callback was deprecated for the mouseevent.clickCallBack but I need to access all of the lines that have been selected and then get the data from those lines inside the clickCallBack.

galbini commented 6 years ago

The mouseevent.clickCallback is now available when select all lines.