Skip to content

Commit c7f254a

Browse files
committed
Add editorOptions.discardOnRowChange prop
1 parent c4f4de8 commit c7f254a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export interface Column<TRow, TSummaryRow = unknown> {
6363
readonly displayCellContent?: Maybe<boolean>;
6464
/** @default true */
6565
readonly commitOnOutsideClick?: Maybe<boolean>;
66+
/** @default true */
67+
readonly discardOnRowChange?: Maybe<boolean>;
6668
}>;
6769
}
6870

0 commit comments

Comments
 (0)