How to Show pagination on page

Actually i am creating a page . and show my all data now i want to use pagination on this page , but i dont know how add this pagination on page ?

Pls Help

THis my page

but i want to use pagination

you can use pagination plugins for it.

e.g. Simple Customizable Pagination Plugin with jQuery and Bootstrap - Twbs Pagination | Free jQuery Plugins

Have Frappe default method ? anything else

If you want to implement same as available in the framework. check following files,

https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/ui/base_list.js#L102

1 Like