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
We have tables that are constantly being updated and we've noticed that we can't scroll to the last rows. While trying to debug it I also noticed it also occurs when I resize the browser.
I can see the resize issue on the examples page on any of the mat table examples. To reproduce, scroll to the last row in a mat table and resize the browser window (I can reproduce in chome, firefox & safari). The CDK example seems to work fine.
Please note in the example it jumps about 1 row but in our app it's jumping about 5 rows.
Any pointers on where I could start looking to help track it down?
Thanks!
The text was updated successfully, but these errors were encountered:
This was caused by a style regression on our end that changed the header height in css but didn't update the tvItemSize and headerHeight in the template.
Hi there,
We have tables that are constantly being updated and we've noticed that we can't scroll to the last rows. While trying to debug it I also noticed it also occurs when I resize the browser.
I can see the resize issue on the examples page on any of the mat table examples. To reproduce, scroll to the last row in a mat table and resize the browser window (I can reproduce in chome, firefox & safari). The CDK example seems to work fine.
Please note in the example it jumps about 1 row but in our app it's jumping about 5 rows.
Any pointers on where I could start looking to help track it down?
Thanks!
The text was updated successfully, but these errors were encountered: