File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -534,8 +534,8 @@ export const getStoreCoreApi = (
534534 ROW ,
535535 ID + OR_UNDEFINED ,
536536 'Add a new Row to ' + getTableDoc ( tableId ) ,
537- 'row: ' + rowWhenSetType ,
538- TABLE_ID + ', row' ,
537+ 'row: ' + rowWhenSetType + ', reuseIds?: boolean' ,
538+ TABLE_ID + ', row, reuseIds ' ,
539539 ) ;
540540
541541 // getCellIds
Original file line number Diff line number Diff line change @@ -746,8 +746,9 @@ export const getStoreUiReactApi = (
746746 'store: Store' ,
747747 'row: ' + rowWhenSetType + ')' + RETURNS_VOID ,
748748 'then' + DEPS_SUFFIX ,
749- ) ,
750- THEN_AND_THEN_DEPS_IN_CALL ,
749+ ) +
750+ ', reuseRowIds?: boolean' ,
751+ THEN_AND_THEN_DEPS_IN_CALL + ', reuseRowIds' ,
751752 ) ;
752753
753754 // useSetPartialRowCallback
You can’t perform that action at this time.
0 commit comments