Can I set the page info of a table?
Can I set the page info of a table?
tsingfeng
Posts: 5Questions: 2Answers: 0
It's like this.
Now, I request to my server in my own function without setting the ajax
. And in my server, I have pagination already.That is to say,the response from server only contains records in one page. So I want to tell datatables the total number, current page and some other infomation of my table.I know I can use the api page.info()
to get the info of the pagination, but how can I set the info?
This discussion has been closed.