Pagination Nav
See: https://the-carbon-components.netlify.app/?nav=pagination-nav
- class carbondesign.tags.pagination_nav.PaginationNav(*args, **kwargs)
Pagination Nav component.
- NODE_PROPS = ('pager', 'max_links', 'extra_links', 'as_link')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('item',)
Prepare xxx_class and xxx_props values.
- calculate_links(max_links, max_extra)
Prepare page links.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_tmpl_prev(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_next(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_numbers(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_numbers_before(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_numbers_after(values, context)
Dynamically render a part of the component’s template.