row selection with server-side processing

row selection with server-side processing

marsmars Posts: 29Questions: 2Answers: 0

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

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
  • allanallan Posts: 63,133Questions: 1Answers: 10,399 Site admin

    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

This discussion has been closed.