Skip to content

Commit

Permalink
Merge branch 'feat/user-view-prefs' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jul 31, 2024
2 parents d994509 + 5c8057d commit 0cc0401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InfiniteTable/InfiniteTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const InfiniteTableComp = forwardRef<InfiniteTableRef, InfiniteTableProps>(
suppressMovable: true,
sortable: false,
lockPosition: true,
pinned: "left",
// pinned: "left",
maxWidth: 50,
resizable: false,
field: CHECKBOX_COLUMN,
Expand Down Expand Up @@ -194,7 +194,7 @@ const InfiniteTableComp = forwardRef<InfiniteTableRef, InfiniteTableProps>(
sortable: false,
lockPosition: true,
maxWidth: 30,
pinned: "left",
// pinned: "left",
resizable: false,
headerComponent: () => null,
cellRenderer: (cell: any) => statusComponent?.(cell.value),
Expand Down

0 comments on commit 0cc0401

Please sign in to comment.