daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

issue with md-table-toolbar #370

Closed ducaale closed 8 years ago

ducaale commented 8 years ago

when i updated to angular material 1.1 there is a lag when using alternating headers, both headers show for 2 second

Neo-89 commented 8 years ago

I found solution, material has problem with animations on this header. Add class to fix this issue: .no-animate { -webkit-animation: 0s none !important; transition: 0s none !important;}