Pagino
Handle pagination's logic
Usage
Add this to your Cargo.toml:
[]
= "1.0.5"
Example
use Pagino;
Methods:
pagino.get_pages ;
pagino.set_page ;
pagino.set_count ;
pagino.first ;
pagino.previous ;
pagino.next ;
pagino.last ;
What are negative numbers?
All negative numbers are navigate element
-1 First
-2 Previous
-3 Start ellipsis
-4 End ellipsis
-5 Next
-6 Last
Pagino config
show_first: bool
show_previous: bool
show_next: bool
show_last: bool
page: i32
count: i32
sibling_count: i32
boundary_count: i32