fredguile/ng2-md-datatable

Don't wrap cell content

TitanNano opened this issue · 0 comments

The material spec does not exactly state how line overflow should be handled. However, column titles should be either clipped or scroll able.
We prefer to not wrap cell content at all. Therefore we are now evaluating wether we should integrate this directly into the table style, or if we should just override the styling from outside.
An additional option would be to add a flag / class, wether or not lines should be wrapped.