@deephaven/iris-grid 0.30.2-beta.7 → 0.30.2-beta.8

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.
package/dist/IrisGrid.js CHANGED
@@ -138,7 +138,7 @@ export class IrisGrid extends Component {
138
138
  }
139
139
  optionItems.push({
140
140
  type: OptionType.VISIBILITY_ORDERING_BUILDER,
141
- title: 'Hide, Group, and Order Columns',
141
+ title: 'Organize Columns',
142
142
  icon: dhEye
143
143
  });
144
144
  if (isFormatColumnsAvailable) {