Install Paginator.js
You can install Paginator.js in a few simple steps. Paginator.js consists of two main files, the JavaScript part and the CSS part which renders the elements nicely.
2 Call the render()
method
The render()
method binds and renders a Paginator.js instance
new Paginator({
columns: ['Name', 'Email'],
data: [
['John', 'john@example.com'],
['Mike', 'mike@gmail.com']
]
}).render(document.getElementById('pages'));
Easy to Use
The simplicity of Paginator.js API will help you to develop advanced JavaScript tables in a few simple and straightforward steps.
Extensible
Paginator.js takes advantage of an advanced pipeline to process data. The pipeline is very easy to extend and improve.
Free and open-source
Paginator.js is Free and open-source, published under MIT license.