withSelect Option under DTOptionBuilder not working

withSelect Option under DTOptionBuilder not working

zubia456zubia456 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
There is precursor tho this question which led me to ask this question. Please take a look at the following link
https://datatables.net/forums/discussion/46616/checkbox-with-datatable-row-selection?new=1

Thanks

Answers

This discussion has been closed.