You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used $scope.gridApi.saveState.save(); and $scope.gridApi.saveState.restore($scope, $scope.state); method to save current state of tree view. But it's not working when calling restore.
Then i debug save() method result, it returns empty object.
Does this feature support for treeview?
I'm using ui-grid - v3.0.1-d533200 - 2015-07-22 and AngularJS v1.4.1
changed the title [-]ScrollTo and $scope.gridApi.cellNav.scrollToFocus not working on tree view feature[/-][+]saveState method not working on tree view feature[/+]on Aug 9, 2015
Activity
[-]ScrollTo and $scope.gridApi.cellNav.scrollToFocus not working on tree view feature[/-][+]saveState method not working on tree view feature[/+]innai30 commentedon Oct 26, 2016
I have the same issue, Is there any update?
Mahi44 commentedon Jan 31, 2017
I'm also facing same issue.
jawaharlalt commentedon Feb 21, 2017
Facing the same issue
webamar commentedon Sep 5, 2017
Any update on this issue?
AgDude commentedon Dec 21, 2018
This is a simple fix if someone wants to put together a PR.
The saveState service is referencing
grid.api.treeView.setTreeView
andgrid.api.treeView.getTreeView
. Those were moved totreeBase.getTreeState