feat(base): insert row below via Shift+Enter on the primary cell

This commit is contained in:
Philipinho
2026-06-16 13:22:54 +01:00
parent c43ac7fc8c
commit 2e80fc457c
5 changed files with 75 additions and 31 deletions
@@ -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: (