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 |
<rtk-grid-pagination></rtk-grid-pagination><rtk-grid-pagination
size="md">
</rtk-grid-pagination><script>
const el = document.querySelector("rtk-grid-pagination");
el.meeting= meeting
</script>