- Table(props: {
children?: ReactNode;
classes?: Partial<TableClasses>;
padding?: "none" | "normal" | "checkbox";
size?: "medium" | "small";
stickyHeader?: boolean;
sx?: SxProps<Theme>;
} & CommonProps & Omit<Pick<DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "key" | keyof TableHTMLAttributes<HTMLTableElement>> & {
ref?: null | ((instance: null | HTMLTableElement) => void) | RefObject<HTMLTableElement>;
}, "children" | "size" | "sx" | "padding" | keyof CommonProps | "stickyHeader"> & MUIStyledCommonProps<Theme>, context?: any): null | ReactElement<any, any>
-
Parameters
-
props: {
children?: ReactNode;
classes?: Partial<TableClasses>;
padding?: "none" | "normal" | "checkbox";
size?: "medium" | "small";
stickyHeader?: boolean;
sx?: SxProps<Theme>;
} & CommonProps & Omit<Pick<DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "key" | keyof TableHTMLAttributes<HTMLTableElement>> & {
ref?: null | ((instance: null | HTMLTableElement) => void) | RefObject<HTMLTableElement>;
}, "children" | "size" | "sx" | "padding" | keyof CommonProps | "stickyHeader"> & MUIStyledCommonProps<Theme>
-
Optional
context: any
Returns null | ReactElement<any, any>