Skip to content

Commit

Permalink
feat: suppress cell selection (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: YLui <[email protected]>
  • Loading branch information
flying3615 and YLui authored Nov 16, 2023
1 parent d3bbba6 commit 66e82e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface GridProps {
singleClickEdit?: boolean;

loading?: boolean;
suppressCellFocus?: boolean;
}

/**
Expand Down Expand Up @@ -734,6 +735,7 @@ export const Grid = ({
onRowDragMove={onRowDragMove}
onRowDragEnd={onRowDragEnd}
onRowDragLeave={onRowDragLeave}
suppressCellFocus={params.suppressCellFocus}
/>
</div>
</div>
Expand Down

0 comments on commit 66e82e2

Please sign in to comment.