Skip to main content

rtk-grid-pagination

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

<rtk-grid-pagination id="rtk-el"></rtk-grid-pagination>

<script>
const el = document.getElementById('rtk-el');
el.meeting = meeting;
</script>

Props

iconPack

Icon Pack

Default
defaultIconPack

meeting

Meeting object

size

Size Prop

Type
"lg" | "md" | "sm" | "xl"

states

States

Type
States

t

Language

Default
useLanguage()

variant

Variant

Default
'rounded'
Type
"grid" | "rounded" | "solid"