@procore/data-table 14.36.1 → 14.38.0

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.
@@ -992,6 +992,7 @@ interface TableProps<TRow = any, TBottomRow = any> {
992
992
  groupsAlwaysExpanded?: boolean;
993
993
  groupDefaultExpanded?: number;
994
994
  groupIncludeFooter?: boolean;
995
+ enableGroupHeaderEdit?: boolean;
995
996
  groupSelectsChildren?: boolean;
996
997
  headerHeight?: number;
997
998
  hideActionsOnGroupedRow?: boolean;
@@ -992,6 +992,7 @@ interface TableProps<TRow = any, TBottomRow = any> {
992
992
  groupsAlwaysExpanded?: boolean;
993
993
  groupDefaultExpanded?: number;
994
994
  groupIncludeFooter?: boolean;
995
+ enableGroupHeaderEdit?: boolean;
995
996
  groupSelectsChildren?: boolean;
996
997
  headerHeight?: number;
997
998
  hideActionsOnGroupedRow?: boolean;