{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"component": { "type": { "name": "elementType" } },
"padding": {
"type": {
"name": "enum",
"description": "'checkbox'
| 'none'
| 'normal'"
},
"default": "'normal'"
},
"size": {
"type": {
"name": "union",
"description": "'medium'
| 'small'
| string"
},
"default": "'medium'"
},
"stickyHeader": { "type": { "name": "bool" }, "default": "false" },
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "Table",
"imports": ["import Table from '@mui/material/Table';", "import { Table } from '@mui/material';"],
"classes": [
{
"key": "root",
"className": "MuiTable-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "stickyHeader",
"className": "MuiTable-stickyHeader",
"description": "Styles applied to the root element if `stickyHeader={true}`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiTable",
"forwardsRefTo": "HTMLTableElement",
"filename": "/packages/mui-material/src/Table/Table.js",
"inheritance": null,
"demos": "