We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53233 commit dd1a01cCopy full SHA for dd1a01c
packages/iris-grid/src/IrisGridTreeTableModel.ts
@@ -213,8 +213,6 @@ class IrisGridTreeTableModel extends IrisGridTableModelTemplate<
213
if (value != null) {
214
const column = this.sourceColumn(x, y);
215
const row = this.row(y);
216
- assertNotNull(row);
217
-
218
let columnTypeForFormatting = column.type;
219
220
// For tree table leaf nodes, use the constituent type for formatting
0 commit comments