• 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>

Generated using TypeDoc