You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/iris-grid/src/IrisGridTableModelTemplate.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1011,13 +1011,13 @@ class IrisGridTableModelTemplate<
1011
1011
consttableColumn=this.columns[column];
1012
1012
1013
1013
// Find the matching totals table column for the operation
1014
-
// When there are multiple aggregations, the column name will be the original name of the column with the operation appended afterward
1015
-
// When the the operation is the default operation OR there is only one operation, then the totals column name is just the original column name
1014
+
// When there are multiple aggregations for the column, the column name will be the original name of the column with the operation appended afterward
1015
+
// When the the operation is the default operation OR there is only one operation for the column, then the totals column name is just the original column name
0 commit comments