Changing the total value dynamically
aravindtga opened this issue · 2 comments
aravindtga commented
I created the pagination intially with 20 as total ....But due to some other events in the page i want to change the value dynamically....(i.e i want to change that value to 40)...How can i do this.....
Hint: I am trying to create the pagination with the total value 40 which works but the problem in that is the request event triggered by the
on('page', function(event, num)
{
Triggered twice(Based on the number of initiations)defelper commented
not working
charlesvien commented
This problem is still not fixed....