Renders a pagination powered by Bootstrap
npm install tmj-pagination
<pagination
[limit="{number}"]
[route="{string}"]
[values="{string}"]>
</pagination>
Note: This route supports laravel pagination. Refer to this link.
Name | Type | Description | Default |
---|---|---|---|
limit | number | Set the data limit for every request | 15 |
route | string | Set the url to be called | - |
values | string | Set variable name to be save | - |
Copyright (c) 2017 TMJ Philippines