You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/api-docs/table-cell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The `MuiTableCell` name can be used for providing [default props](/customization
33
33
| <spanclass="prop-name">children</span> | <spanclass="prop-type">node</span> || The table cell contents. |
34
34
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object</span> || Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
35
35
| <spanclass="prop-name">component</span> | <spanclass="prop-type">elementType</span> || The component used for the root node. Either a string to use a HTML element or a component. |
36
-
| <spanclass="prop-name">padding</span> | <spanclass="prop-type">'checkbox'<br>| 'default'<br>| 'none'</span> || Sets the padding applied to the cell. By default, the Table parent component set the value (`default`). |
36
+
| <spanclass="prop-name">padding</span> | <spanclass="prop-type">'normal'<br>| 'checkbox'<br>| 'none'<br>| 'default'</span> || Sets the padding applied to the cell. By default, the Table parent component set the value (`normal`). `default` is deprecated, use `normal` instead. |
37
37
| <spanclass="prop-name">scope</span> | <spanclass="prop-type">string</span> || Set scope attribute. |
38
38
| <spanclass="prop-name">size</span> | <spanclass="prop-type">'medium'<br>| 'small'</span> || Specify the size of the cell. By default, the Table parent component set the value (`medium`). |
39
39
| <spanclass="prop-name">sortDirection</span> | <spanclass="prop-type">'asc'<br>| 'desc'<br>| false</span> || Set aria-sort direction. |
Copy file name to clipboardExpand all lines: docs/pages/api-docs/table.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The `MuiTable` name can be used for providing [default props](/customization/glo
31
31
| <spanclass="prop-name required">children<abbrtitle="required">*</abbr></span> | <spanclass="prop-type">node</span> || The content of the table, normally `TableHead` and `TableBody`. |
32
32
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object</span> || Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
33
33
| <spanclass="prop-name">component</span> | <spanclass="prop-type">elementType</span> | <spanclass="prop-default">'table'</span> | The component used for the root node. Either a string to use a HTML element or a component. |
34
-
| <spanclass="prop-name">padding</span> | <spanclass="prop-type">'default'<br>| 'checkbox'<br>| 'none'</span> | <spanclass="prop-default">'default'</span> | Allows TableCells to inherit padding of the Table. |
34
+
| <spanclass="prop-name">padding</span> | <spanclass="prop-type">'normal'<br>| 'checkbox'<br>| 'none'<br>| 'default'</span> | <spanclass="prop-default">'normal'</span> | Allows TableCells to inherit padding of the Table. `default` is deprecated, use `normal` instead. |
35
35
| <spanclass="prop-name">size</span> | <spanclass="prop-type">'small'<br>| 'medium'</span> | <spanclass="prop-default">'medium'</span> | Allows TableCells to inherit size of the Table. |
36
36
| <spanclass="prop-name">stickyHeader</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | Set the header sticky.<br>⚠️ It doesn't work with IE 11. |
0 commit comments