problem with pagination
problem with pagination
magisystem
Posts: 2Questions: 1Answers: 0
Hi,
I'm using datatables for the very first time.
I create an aspx page which return some data in json format.
Everything is working but datatables don't recognize pagination.
iTotalDisplayRecords: 20
iTotalRecords: 770
so, I see only one page and can't click prev/next button.
Can you help me?
Thank you in advance
P.S. : sorry for my bad english :D
This discussion has been closed.
Answers
Sorry, I find it.
iTotalDisplayRecords and iTotalRecord need to be the same if no filter is applied to table.