daniel-nagy / md-data-table

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

Why cell text is not centralized when it is binded by Angular #532

Closed leo-def closed 6 years ago

leo-def commented 7 years ago

When I write directly the cell content in HTML it still centralized within cell, but when I bind some stuff like this {{row.filed}} or <td md-cell ng-bind="row.field"> it is fixed in cell left side

kybarg commented 7 years ago

Inspect your html. It can be only CSS issue.