Overscan more rows in the tree view

This commit is contained in:
Matt Aitken
2024-08-30 10:04:12 +01:00
parent 2229610f87
commit b67a8f9f33
@@ -241,7 +241,7 @@ export function useTree<TData, TFilterValue>({
index,
});
},
overscan: 20,
overscan: 50,
});
const scrollToNodeFn = useCallback(