resetting currentTreeLevel

This commit is contained in:
ma0048
2025-07-07 11:14:02 +02:00
parent 5b2b715a16
commit 7bd0b39f77
@@ -607,6 +607,9 @@ export default {
this.expanded.includes(row.getData().uniqueindex)
);
if (matchingRows.length === 0)
this.currentTreeLevel = 0;
matchingRows.forEach((row, index) => {
row._row.modules.dataTree.open = true;