superRaytin/paginationjs-site

update "totalNumber" variable

Closed this issue · 1 comments

How can I update the "totalNumber" variable when the callback is called?

Thank you!

totalNumber can not be modified after instance initialized. I'm not sure why you want to do this, if source data changed, you should re-initialize pagination with the new source data.