Overscan more rows in the tree view
This commit is contained in:
@@ -241,7 +241,7 @@ export function useTree<TData, TFilterValue>({
|
||||
index,
|
||||
});
|
||||
},
|
||||
overscan: 20,
|
||||
overscan: 50,
|
||||
});
|
||||
|
||||
const scrollToNodeFn = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user