Use jquery-styled row selection on angular-datatables, how to ?
Use jquery-styled row selection on angular-datatables, how to ?
Hi all,
The row selection style of jquery https://datatables.net/extensions/select/examples/api/select.html is exactly what I need, but I am currently using https://github.com/l-lin/angular-datatables for data display and reload.
How can I combine these two awesome libraries ?
I've tried without success for the last couple of hours.
Thanks,
(I've also posted this question on the website of angular-datatables https://github.com/l-lin/angular-datatables/issues/743)
This question has an accepted answers - jump to answer
Answers
I've found the answer, in angularjs-datatable I only need to use
dtOptions : DTOptionsBuilder.withOption('select', true);
Thanks for posting back with the solution. I haven't used the Angular integration for DataTables much, so that a very useful thing to know.
Regards,
Allan