dj-fiorex / angular2-smart-table

Angular 2 Smart Data Table component
https://dj-fiorex.github.io/angular2-smart-table/
MIT License
51 stars 23 forks source link

Configurable Text Overflow Properties #70

Open uap-universe opened 2 years ago

uap-universe commented 2 years ago

This feature is a bit dependent of #68 because it only makes sense when the table has fixed table layout.

The goal is to implement text-overflow: ellipsis as default but let the user decide which overflow behavior they want.

This makes it unnecessary for users to implement a custom renderer for such a simple task.

However, there are several more things to consider here, e.g. the feature for adjusting column widths.

We would need careful testing to check if this feature works in several different scenarios.

uap-universe commented 2 years ago

Cannot be realized without #68, but I keep this open with a breaking-change label.

Also relates to #35.

uap-universe commented 1 year ago

Not planned for version 3.0.0, because the change would be too huge, even for the next major release.