table-container

v4.9.10arrow_drop_down
v4.9.10
STATUS
Passing
DOWNLOADS
6,186
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
24 KB
Demos: - [Tables](https://material-ui.com/components/tables/) API: - [TableContainer API](https://material-ui.com/api/table-container/)
1 contributor
Install table-container as a package?
Copied
npm i @bit/mui-org.material-ui.table-container
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
chevron_left
chevron_right
tableContainer ()
Properties
NameTypeDescription
children
node

The table itself, normally <Table />

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
component
elementType

The component used for the root node. Either a string to use a DOM element or a component.

Help and resources