Repeater, Checkbox and paging

Repeater, Checkbox and paging

jsommajsomma Posts: 2Questions: 0Answers: 0
edited December 2011 in General
I'm currently using datatables with a .net repeater. The first column contains a checkbox. The idea is that when the user clicks a save button I can get the of the row where the checkbox is checked. So everything looks like it is working. All the rows show up and paging seems to work. If I check a box on the first page and the check a box on the second page, when I click the save button I can only get the checked box on the second page. Does anyone have any ideas?

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    You need to use the fnGetNodes API method. Here is an example of how to submit a form with a DataTable; http://datatables.net/release-datatables/examples/api/form.html

    Allan
  • jsommajsomma Posts: 2Questions: 0Answers: 0
    The form on this page does not seem to be working. Can someone take a look. http://datatables.net/release-datatables/examples/api/form.html
  • chetanpatel2510chetanpatel2510 Posts: 1Questions: 0Answers: 0
    filtering and pagination arrows are not displayed when I use the same. Can any one please help me
This discussion has been closed.