Closed kavaghela closed 5 years ago
Yes, please. I'm deleting some elements in the pagination list, but when you go to and different page and come back to where you deleted that element the element reappears since it's there in the datasource. Is there any fix to this?
For ajax
function draw(){ container.pagination('go', container.pagination('getSelectedPageNum')); }
I want to update/refresh/reload data source after generating list view. Is it possible?