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 load my table lazy , i store the results of my xhr into an ngrx store..
i have about 20 pages so i can click eg on the navigator to page number 5
xhr call made, table updates and ngrx store updates
all fine
i navigate away from my table to another route , the table gets destroyed.
I navigate back to my table route, table is now loaded from my store , with data that are those i expected to see on page number 5
only problem .. my paginator stays at page 1 and i want to have it displayed at page 5.
So i guess you need to add an (optional) field that will tell you at what page you start
or you need to allow the "first" field to be set programmatically
thanks
The text was updated successfully, but these errors were encountered:
i load my table lazy , i store the results of my xhr into an ngrx store..
i have about 20 pages so i can click eg on the navigator to page number 5
xhr call made, table updates and ngrx store updates
all fine
i navigate away from my table to another route , the table gets destroyed.
I navigate back to my table route, table is now loaded from my store , with data that are those i expected to see on page number 5
only problem .. my paginator stays at page 1 and i want to have it displayed at page 5.
So i guess you need to add an (optional) field that will tell you at what page you start
or you need to allow the "first" field to be set programmatically
thanks
The text was updated successfully, but these errors were encountered: