Only data shown on UI gets updated in Database.

Only data shown on UI gets updated in Database.

rohit0903rohit0903 Posts: 2Questions: 1Answers: 0

Hello,

I am using this datatables with the check box in front of each row. Now, if click all the check boxes on the first 10 results and then using pagination if I switch to page 2 and then click my action button to update the value in database then it will update the records from 11 to 20 and will not consider the First page entries. How to resolve this?

or Please let me know that how to remove the upper Show MENU Entries to the Show MAXIMUM entries.

Thanks you

Answers

  • rohit0903rohit0903 Posts: 2Questions: 1Answers: 0

    Ohhh, got my answer on the site itself. Just add "lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] to the script.

This discussion has been closed.