withSelect Option under DTOptionBuilder not working
withSelect Option under DTOptionBuilder not working
zubia456
Posts: 8Questions: 3Answers: 0
I am struggling in implementing the code used in the following code.
http://l-lin.github.io/angular-datatables/archives/#!/withSelect
when I try to include following piece of code under my DTOptionBuilder I am getting an error **withSelect ** property saying that it is not an Option
.withSelect({
style: 'os',
selector: 'td:first-child'
});
What I am trying to achieve is an angular datatable with checkboxes which enables user to select single or multiple rows by checking checkboxes
Thanks
This discussion has been closed.
Answers
This is a duplicate of this post:
https://datatables.net/forums/discussion/46640/withselect-option-under-dtoptionbuilder-not-working#latest
Kevin