| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IHP.Pagination.Types
Synopsis
- data Pagination = Pagination {
- pageSize :: Int
- totalItems :: Int
- currentPage :: Int
- window :: Int
- data Options = Options {
- maxItems :: Int
- windowSize :: Int
- data PageDotDot
Documentation
data Pagination Source #
Constructors
| Pagination | |
Fields
| |
Instances
| Show Pagination Source # | |
Defined in IHP.Pagination.Types Methods showsPrec :: Int -> Pagination -> ShowS # show :: Pagination -> String # showList :: [Pagination] -> ShowS # | |
Options for customizing a pagination, to be used with paginateOptions.
Constructors
| Options | |
Fields
| |