@deephaven/iris-grid 0.31.2 → 0.31.3

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);
@@ -633,7 +633,7 @@ export class IrisGrid extends Component {
633
633
  gotoRow: '',
634
634
  gotoRowError: '',
635
635
  gotoValueError: '',
636
- gotoValueSelectedColumnName: _model.columns[0].name,
636
+ 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 : '',
637
637
  gotoValueSelectedFilter: FilterType.eq,
638
638
  gotoValue: '',
639
639
  columnHeaderGroups: columnHeaderGroups !== null && columnHeaderGroups !== void 0 ? columnHeaderGroups : _model.initialColumnHeaderGroups