Thursday 3 December 2020

Maintain state of Search page after navigating back from details page in Angular Material table using Akita/State management

I am looking for any working example where I can save the search filter state,pagination state after a click on the detail page and coming back to using the location.back() function.

I am using the Akita store and angular material table in my application to maintain the state.

I was going through one of the AkitaFilter plugins but they are lacking documentation and examples. Can anyone have a solution using any NGRX or Akita State management to save the state in the angular material table?



from Maintain state of Search page after navigating back from details page in Angular Material table using Akita/State management

No comments:

Post a Comment