Merge pull request 'update code' (#87) from dev-luannv24-fixbugs17 into dev

Reviewed-on: #87
This commit is contained in:
dev
2025-08-21 12:46:45 +09:00

View File

@ -112,10 +112,10 @@ export default {
bodyHeight: gridHeight, bodyHeight: gridHeight,
minBodyHeight: gridHeight, minBodyHeight: gridHeight,
header: { header: {
height: 28, height: 37,
}, },
rowHeight: 29, rowHeight: 37,
minRowHeight: 29, minRowHeight: 37,
selectionUnit: 'row', selectionUnit: 'row',
editingEvent: 'click', editingEvent: 'click',
}; };