mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 15:34:05 +08:00
feat(base): row-number cell renders checkbox + drag handle on hover
This commit is contained in:
@@ -227,6 +227,7 @@ export function GridContainer({
|
||||
row={row}
|
||||
rowIndex={virtualRow.index}
|
||||
onCellUpdate={onCellUpdate}
|
||||
orderedRowIds={rowIds}
|
||||
dragHandlers={
|
||||
onRowReorder
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user