mirror of
https://github.com/docmost/docmost.git
synced 2026-07-26 11:54:46 +10:00
feat(base): insert row below via Shift+Enter on the primary cell
This commit is contained in:
@@ -18,7 +18,7 @@ type BaseTableProps = {
|
||||
isFetchingNextPage: boolean;
|
||||
onFetchNextPage: () => void;
|
||||
onCellUpdate: (rowId: string, propertyId: string, value: unknown) => void;
|
||||
onAddRow: () => void;
|
||||
onAddRow: (afterRowId?: string, focusPropertyId?: string) => void;
|
||||
onColumnReorder: (columnId: string, finishIndex: number) => void;
|
||||
onResizeEnd: () => void;
|
||||
onRowReorder: (
|
||||
|
||||
Reference in New Issue
Block a user