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
When you call invalidateColumns on a table that is inside a route-reusable component, then the table on next page will show no rows (and PblDataSource will not fire a onRenderedDataChanged event).
What is the expected behavior?
All tables work as expected.
What is the current behavior?
When you call
invalidateColumns
on a table that is inside a route-reusable component, then the table on next page will show no rows (andPblDataSource
will not fire aonRenderedDataChanged
event).What are the steps to reproduce?
Click on any row and the table on next page will load indefinitely. Return back, try again, still happening.
https://stackblitz.com/edit/pebula-ngrid-starter-cixddi?file=src/app/app.component.ts
Which versions of Angular, CDK, Material, NGrid, OS, TypeScript, browsers are affected?
In my project its [email protected], [email protected], [email protected], [email protected], [email protected]. Any browser.
Is there anything else we should know?
Workaround is not to use
invalidateColumns
when usingRouteReuseStrategy
.The text was updated successfully, but these errors were encountered: