mirror of
https://github.com/rowyio/rowy.git
synced 2026-09-03 04:30:54 +02:00
Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop
This commit is contained in:
@@ -168,7 +168,7 @@ export default function Table({ collection, filters }: ITableProps) {
|
||||
if (action === "CELL_UPDATE")
|
||||
updateCell!(rows[event.toRow].ref, cellKey as string, updated);
|
||||
}}
|
||||
rowHeight={rowHeight}
|
||||
rowHeight={rowHeight ?? 43}
|
||||
headerRowHeight={44}
|
||||
// TODO: Investigate why setting a numeric value causes
|
||||
// LOADING to pop up on screen when scrolling horizontally
|
||||
|
||||
Reference in New Issue
Block a user