i table show in pagination render pagination 1 selected . how to make select pagination length 2 select default when page load
You mean you want it to show page 2 by default? Use displayStart set to be 10 (assuming you have 10 rows per page).
displayStart
Allan
thank you . it was working and one more question is if any click event to get current show page number
hi @allan how to change show page number dynamically
Use page() to change the page programmatically.
page()
Replies
You mean you want it to show page 2 by default? Use
displayStartset to be 10 (assuming you have 10 rows per page).Allan
thank you . it was working and one more question is if any click event to get current show page number
hi @allan
how to change show page number dynamically
Use
page()to change the page programmatically.Allan