{ "componentDescription": "The component renders a `` element when the parent context is a header\nor otherwise a `` element.", "propDescriptions": { "align": { "description": "Set the text-align on the table cell content.
Monetary or generally number fields should be right aligned as that allows you to add them up quickly in your head without having to worry about decimals." }, "children": { "description": "The content of the component." }, "classes": { "description": "Override or extend the styles applied to the component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "padding": { "description": "Sets the padding applied to the cell. The prop defaults to the value ('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}" } } }