react-crud-mui 0.0.1-beta.32 → 0.0.1-beta.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,8 +57,9 @@ export interface TableProps<TData extends FieldValues> extends Omit<TableOptions
57
57
  headerSx?: TableRowProps['sx'];
58
58
  rowSx?: TableRowProps['sx'];
59
59
  newRowButtonContent?: ReactNode;
60
+ alternateColor?: boolean;
60
61
  }
61
- declare function Table<TData extends FieldValues>({ autoFocus, bordered, columns, data, descriptionField, emptyText, enablePagination, enableRowClickSelect, enableNestedComponent, enableSkeleton, headerSx, loading, newRowButtonText, newRowButtonContent, onNewRow, onRenderNestedComponent, onRowClick, onRowEnterPress, onRowProps, onSubTreeRows, paginationProps, rowIdField, rowSx, size, showHeader, showFooter, stickyHeader, scrollProps, showEmptyImage, showNewRowButton, skeletonRows, sx, state, ...tableProps }: TableProps<TData>): import("react/jsx-runtime").JSX.Element;
62
+ declare function Table<TData extends FieldValues>({ alternateColor, autoFocus, bordered, columns, data, descriptionField, emptyText, enablePagination, enableRowClickSelect, enableNestedComponent, enableSkeleton, headerSx, loading, newRowButtonText, newRowButtonContent, onNewRow, onRenderNestedComponent, onRowClick, onRowEnterPress, onRowProps, onSubTreeRows, paginationProps, rowIdField, rowSx, size, showHeader, showFooter, stickyHeader, scrollProps, showEmptyImage, showNewRowButton, skeletonRows, sx, state, ...tableProps }: TableProps<TData>): import("react/jsx-runtime").JSX.Element;
62
63
  declare namespace Table {
63
64
  var MoreMenu: typeof TableMoreMenu;
64
65
  var MoreMenuItem: typeof TableMoreMenuItem;