Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Paginator::ViewHelper
Constants
LABEL_TOKEN = "__page_label__"
PAGE_TOKEN = "__page__"
Constants for template tokens
Instance methods
pagination_info
(paginator :
Paginator::Page
, item_name :
String
)
Source
pagination_link
(page :
Int32
|
Nil
, text :
String
, current :
Bool
= false, disabled :
Bool
= false)
Source
pagination_nav
(page :
Paginator::Page
, base_path :
String
, nav_aria_label :
String
= "
Pages
")
html << "</nav>" end end
Source