Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop

This commit is contained in:
Shams mosowi
2020-04-15 17:28:42 +08:00

View File

@@ -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