Pagination
See: https://www.carbondesignsystem.com/components/pagination/usage/
Pagination is used for splitting up content or data into several pages, with a control for navigating to the next or previous page.
Overview
Generally, pagination is used if there are more than 25 items displayed in one view.
The default number displayed will vary depending on the context.
- class carbondesign.tags.pagination.Pagination(*args, **kwargs)
Pagination component.
- NODE_PROPS = ('pager', 'pager_sizes', 'disabled', 'page_name', 'pagesize_name')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('navbtn',)
Prepare xxx_class and xxx_props values.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_tmpl_pagination_sizes(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_pagination_numbers(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_pagination_range(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_pagination_num_pages(values, context)
Dynamically render a part of the component’s template.