Variable: Table
constTable:object
Type declaration
| Name | Type | Default value |
|---|---|---|
BodyCell | (props) => Element | TableBodyCells |
BodyCheckboxes | (props) => Element | TableBodyCheckbox |
BodyOption | (props) => Element | TableBodyOption |
BodyRow | (props) => Element | TableBodyRow |
BodyRows | (props) => Element | TableBodyRows |
CellSkeleton | () => Element | TableCellSkeleton |
ColumnOrderable | (__namedParameters) => Element | TableColumnOrderable |
HeaderCell | (props) => Element | TableHeaderCell |
HeaderCells | (props) => Element | TableHeaderCells |
HeaderCheckbox | (props) => Element | TableHeaderCheckbox |
HeaderOption | () => Element | TableHeaderOption |
Pagination | (props) => Element | TablePagination |
PaginationNumbers | (props) => Element | TablePaginationNumbers |
Root | (props) => Element | TableRoot |
RowSkeleton | () => Element | TableRowSkeleton |
Table | (props) => Element | - |
Defined in
packages/react-material-ui/src/components/Table/index.ts:20 (opens in a new tab)