row selection with server-side processing
row selection with server-side processing
hi,
i am using datatable with bootstrap style, and i found the (muity) row selection feature with server-side does not work fine.
when i click some rows, the rows background color changed, but when i used "datatableObject.rows('.active').data()" to get the selected rowdata, the browser console shows ".rows is not a function".
i google this trouble and found when i use ".DataTable()" instead ".dataTable()", everything works fine.
so, i do not know why. are there some docs show the differences between ".DataTable()" and ".datatable()"?
Answers
http://datatables.net/reference/api/
Also the FAQs :-).
It is shown in the docs and FAQs but I need to find a way to make this clearer as it does keep coming up. Any suggestions? (other than that I made a mistake calling it the way I did, which in retrospect, perhaps I did...!).
Allan