@natoora-libs/core 0.1.14 → 0.1.15

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.
@@ -861,6 +861,7 @@ type HeaderFilters = {
861
861
  type HeadCell = {
862
862
  id: string;
863
863
  label?: string;
864
+ labelTooltip?: string;
864
865
  fieldName?: string;
865
866
  numeric?: boolean;
866
867
  disablePadding?: boolean;
@@ -861,6 +861,7 @@ type HeaderFilters = {
861
861
  type HeadCell = {
862
862
  id: string;
863
863
  label?: string;
864
+ labelTooltip?: string;
864
865
  fieldName?: string;
865
866
  numeric?: boolean;
866
867
  disablePadding?: boolean;