[Resolved] fnPageChange doesn't works properly
[Resolved] fnPageChange doesn't works properly
F2000
Posts: 6Questions: 0Answers: 0
Hi everyone,
According to the documentation:
{string|int}: Paging action to take: "first", "previous", "next" or "last" or page number to jump to (integer), note that page 0 is the first page.
"oTable.fnPageChange(0)" should work.
Or I get this error "DataTables warning: Unknown paging action: 0".
Any ideas ?
Thanks.
According to the documentation:
{string|int}: Paging action to take: "first", "previous", "next" or "last" or page number to jump to (integer), note that page 0 is the first page.
"oTable.fnPageChange(0)" should work.
Or I get this error "DataTables warning: Unknown paging action: 0".
Any ideas ?
Thanks.
This discussion has been closed.
Replies
Allan
Allan
Thanks allan, I'll do it :)
Edit: That's work.