Harry
Harry

Reputation: 184

Angular Material 2 data table sorting arrow in header

I'm playing around with Angular Material 2 data table with sorting.

For some tables the sorting arrow in the table header has strange behavior. It's looking like "T", look at the image bellow. Any ideas what that means ?

enter image description here

Upvotes: 0

Views: 1282

Answers (1)

Harry
Harry

Reputation: 184

It's seems like a bug https://github.com/angular/material2/issues/7291 It could be patched with lazy loading of the component until they fixed it.

Upvotes: 1

Related Questions