angular-ui/ui-grid

saveState method not working on tree view feature

Open

#4145 aperta il 9 ago 2015

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
good first issuegrid-savestate

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi team,

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

Guida contributor