Table
A table displays rows of data.
Import
js
import {
MpTable,
MpTableHead,
MpTableBody,
MpTableRow,
MpTableCell,
MpTableContainer
} from '@mekari/pixel3'
Playground
API
MpTable
Props
Slots
Name | Type | Default |
---|---|---|
is-hoverable | boolean | true |
MpTableHead
Props
Slots
Name | Type | Default |
---|---|---|
is-fixed | boolean | false |
MpTableBody
Slots
Name | Type |
---|---|
default | any |
MpTableRow
Slots
Name | Type |
---|---|
default | any |
MpTableCell
Props
Slots
Name | Type | Default |
---|---|---|
as | string | th |
is-fixed | boolean | false |
MpTableContainer
Props
Events
Slots
Name | Type | Default |
---|---|---|
has-shadow | boolean | false |