table

v0.88.2arrow_drop_down
v0.88.2
v0.86.0
v0.85.0
v0.84.0
STATUS
Passing
DOWNLOADS
3,911
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
3 years ago
SIZE
75 KB
A table can use fixed a special faster form of table rendering that does not resize table cells based on content.
1 contributor
Install table as a package?
Copied
npm i @bit/semantic-org.semantic-ui-react.table
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

A table can use fixed a special faster form of table rendering that does not resize table cells based on content.

Mapped over tableData and should return shorthand for each Table.Row to be placed within Table.Body.

A table displays a collections of data grouped into rows.

A table can use fixed a special faster form of table rendering that does not resize table cells based on content

Mapped over tableData and should return shorthand for each Table.Row to be placed within Table.Body.

A table row can have cells.

TableFooter ()

A table can have a footer.

TableHeader ()

A table can have a header.

TableHeaderCell ()

A table can have a header cell.

A table can have rows.

Properties
NameTypeDefault valueDescription
as
elementType'tbody'

An element type to render as (string or function).

children
node

Primary content.

className
string

Additional classes.

as
elementType'tfoot'

An element type to render as (string or function).

as
elementType'thead'

An element type to render as (string or function).

children
node

Primary content.

className
string

Additional classes.

content
custom

Shorthand for primary content.

fullWidth
bool

A definition table can have a full width header or footer, filling in the gap left by the first column.

as
elementType'th'

An element type to render as (string or function).

className
string

Additional classes.

sorted
'ascending' | 'descending'

A header cell can be sorted in ascending or descending order.

Help and resources