Skip to content

rtk-grid-pagination

Last updated View as MarkdownAgent setup

A component which allows you to change current page and view mode of active participants list. This is reflected in the rtk-grid component.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon Pack
meeting Meeting - Meeting object
size Size - Size Prop
states States - States
t RtkI18n useLanguage() Language
variant GridPaginationVariants - Variant

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-grid-pagination></rtk-grid-pagination>

With Properties

<!-- component.html -->
<rtk-grid-pagination
 [meeting]="meeting"
 size="md"
 [variant]="gridpaginationvariants">
</rtk-grid-pagination>

Was this helpful?