add element paginator
This commit is contained in:
parent
5c3559c793
commit
f276f4d61d
2 changed files with 19 additions and 0 deletions
9
template/components/content_pagination.go
Normal file
9
template/components/content_pagination.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package components
|
||||
|
||||
type ContentPagination struct {
|
||||
PageStartRecord int
|
||||
PageEndRecord int
|
||||
TotalRecords int
|
||||
PrevLink string
|
||||
NextLink string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue