Search

Ctrl + K

Table

Preview

NAME
ROLE
STATUS
John DoeDeveloperActive
Mary JaneDesignerInactive
Bob SmithManagerActive
Bob SmithSupporterActive
Peter ParkerCEOActive
Anna FrankWorkerActive
Charlie BrownSecretaryActive
Wendy WhiteSecretaryActive
Lionel MessiSecretaryActive
Show code

Docs

NameDescriptionDefaultControl
stickyHeaderWhether header is sticky to topfalse
falsetrue
variantTheme variant of Table"outline"
selectionModeSelect row mode of Table"none"
colorColor of Table"primary"
classNameWrapper class--
keyField *Key field of Table data--
header *List of Table header
TableColumn[]
--
data *List of Table data--
selectionsList of selected ids
string[]
--
onChangeSelectionsChange select row event
(ids: string[]) => void
--