A component which allows you to change current page and view mode
of active participants list. This is reflected in the rtk-grid component.
| 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 |
<!-- component.html -->
<rtk-grid-pagination></rtk-grid-pagination><!-- component.html -->
<rtk-grid-pagination
[meeting]="meeting"
size="md"
[variant]="gridpaginationvariants">
</rtk-grid-pagination>