Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adding dataset hierarchical item shouldn't cause scroll flickeri…
…ng (#1076) - calling `datasetHierarchical` setter shouldn't cause scroll flickering, this was caused a call to the DataView `setItems` with an empty array that was meant to clear the dataset before recreating it, however this is certainly not needed since calling the `datasetHierarchical` setter will then trigger a new sort which will indirectly call DataView setItems anyway
- Loading branch information