api to get a list of records including those from different pages
api to get a list of records including those from different pages
jadeite1000
Posts: 9Questions: 7Answers: 0
Hi All:
I have a datatable that have 100 records with a balance field where the user have to enter for each record.
It is set to 10 records per page. Therefore there is 10 pages.
If the user click on page 9 and entered a balance on page 9 and the user click back page 1.
I expect on page to get all of the balances being entered by the user including page 9?
Is there an ap to do that?
Any help or hint will be greatly appreciated it!!!
This discussion has been closed.
Answers
This example shows how to total across all pages:
https://datatables.net/examples/advanced_init/footer_callback.html
Kevin