You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plug-in offers offset-based pagination on a static data-set, that is, it does not perform a database query for each page displayed, all the data (all the pages) are brought at once, and it is the plug-in that is responsible for paginating on the data already obtained. The development is done in javaScript.