@deephaven/iris-grid 0.32.1-beta.6 → 0.32.1-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
@@ -84,7 +84,7 @@ export class IrisGrid extends Component {
84
84
  return null;
85
85
  }
86
86
  constructor(props) {
87
- var _model$layoutHints, _model$layoutHints$hi;
87
+ var _model$layoutHints, _model$layoutHints$hi, _model$columns$0$name, _model$columns$;
88
88
  super(props);
89
89
  _defineProperty(this, "grid", void 0);
90
90
  _defineProperty(this, "gridWrapper", void 0);
@@ -659,7 +659,7 @@ export class IrisGrid extends Component {
659
659
  gotoRow: '',
660
660
  gotoRowError: '',
661
661
  gotoValueError: '',
662
- gotoValueSelectedColumnName: _model.columns[0].name,
662
+ gotoValueSelectedColumnName: (_model$columns$0$name = (_model$columns$ = _model.columns[0]) === null || _model$columns$ === void 0 ? void 0 : _model$columns$.name) !== null && _model$columns$0$name !== void 0 ? _model$columns$0$name : '',
663
663
  gotoValueSelectedFilter: FilterType.eq,
664
664
  gotoValue: '',
665
665
  columnHeaderGroups: columnHeaderGroups !== null && columnHeaderGroups !== void 0 ? columnHeaderGroups : _model.initialColumnHeaderGroups