Skip to content

Commit

Permalink
feat: 增加配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiiu committed Aug 27, 2024
1 parent 5de9275 commit 557f8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyboard/src/hoc/keyboard_table_x.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function keyboardTableXHOC<Props extends TableXProps = TableXProps>(
id,
onAddRow,
onBeforeDispatch,
allowAddRowOnDownKey = false,
allowAddRowOnDownKey = true,
...tableProps
}) => {
const { data, columns } = tableProps
Expand Down

0 comments on commit 557f8a0

Please sign in to comment.