By default navigating to the previous page, components will reinitialize as per their initial configuration, therefore the igcHierarchicalGrid will lose its state.
What our Sample Component does is reading the state from the 'window.localStorage' object and applying the corresponding state in the 'onload' window lifecycle.
Go Back