Skip to content

Commit 696fa21

Browse files
committed
Fixed broken frozen columns (#DH-21696)
1 parent a0ef312 commit 696fa21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iris-grid/src/IrisGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class IrisGrid extends Component<IrisGridProps, IrisGridState> {
554554
},
555555
canCopy: true,
556556
canDownloadCsv: true,
557-
frozenColumns: EMPTY_ARRAY,
557+
frozenColumns: undefined,
558558
// Do not set a default density prop since we need to know if it overrides the global density setting
559559
density: undefined,
560560
canToggleSearch: true,

0 commit comments

Comments
 (0)