{ "componentDescription": "The component renders a `
'default') inherited from the parent Table component."
},
"scope": { "description": "Set scope attribute." },
"size": {
"description": "Specify the size of the cell. The prop defaults to the value ('medium') inherited from the parent Table component."
},
"sortDirection": { "description": "Set aria-sort direction." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": {
"description": "Specify the cell type. The prop defaults to the value inherited from the parent TableHead, TableBody, or TableFooter components."
}
},
"classDescriptions": {
"alignCenter": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "align=\"center\""
},
"alignJustify": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "align=\"justify\""
},
"alignLeft": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "align=\"left\""
},
"alignRight": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "align=\"right\""
},
"body": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "variant=\"body\" or context.table.body"
},
"footer": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "variant=\"footer\" or context.table.footer"
},
"head": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "variant=\"head\" or context.table.head"
},
"paddingCheckbox": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "padding=\"checkbox\""
},
"paddingNone": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "padding=\"none\""
},
"root": { "description": "Styles applied to the root element." },
"sizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "size=\"medium\""
},
"sizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "size=\"small\""
},
"stickyHeader": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "context.table.stickyHeader={true}"
}
}
}