mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fixed header row height
This commit is contained in:
@@ -242,6 +242,7 @@ function Table(props: Props) {
|
||||
<Suspense fallback={<div>Loading table...</div>}>
|
||||
<DraggableContainer onHeaderDrop={onHeaderDrop}>
|
||||
<ReactDataGrid
|
||||
headerRowHeight={45}
|
||||
rowHeight={rowHeight}
|
||||
columns={columns}
|
||||
rowGetter={i => rows[i]}
|
||||
|
||||
Reference in New Issue
Block a user