I have read in the ag-Grid documentation that ag-Grid is destroyed automatically since it is linked with AngularJS life-cycle.
But I have a need to reload the ag-Grid's former state (such as its page number, page size, sorted column, sort, checked rows)
How do I do this?