Check out Senzill-Pagination on GitHub!
Senzill Pagination
An easy-to-implement jQuery & Bootstrap 4 Pagination plugin.
Usage
Senzill pagination plugin makes it easy to generate a jQuery pagination with a few easy steps:
- Add
style="visibility:hidden;"
to your elements' wrapper. - Launch senzill pagination via jquery:
$('#wrapper').senzill();
Installation
All you have to do is to include senzill-pagination.js
to your template's <head>
tag
<script src="path_to/senzill-pagination.js"></script>
Prerequisites
- jQuery
- Bootstrap 4
Options
Option | Default |
---|---|
elPerPage | 4 |
To-do list
It is true that Senzill is easy to implement and quick to generate a jQuery pagination, but until now, it is a very basic tool and it still needs some modifications to become a cooler one than it already is.
I made a to-do list just for this matter, and it goes like this:
- [ ] Responsive Columns
- [ ] Tags & Categories
- [ ] Theme Customization
- [ ] Custom Translations
- [ ] BackEnd Requests Handling
If you think i am still missing something in the above to do-list, do not hesitate to submit a new pull request or reach me out @ contact.raedyak@gmail.com
Top comments (0)