add config to show/hide table header

This commit is contained in:
jeffvli
2026-01-29 19:43:00 -08:00
parent a496c04701
commit c1f48b21a4
30 changed files with 90 additions and 7 deletions
@@ -84,6 +84,7 @@ export interface ItemListTableComponentProps<TQuery> extends ItemListComponentPr
autoFitColumns?: boolean;
columns: ItemTableListColumnConfig[];
enableAlternateRowColors?: boolean;
enableHeader?: boolean;
enableHorizontalBorders?: boolean;
enableRowHoverHighlight?: boolean;
enableSelection?: boolean;