Open uap-universe opened 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.
text-overflow: ellipsis
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.
Cannot be realized without #68, but I keep this open with a breaking-change label.
Also relates to #35.
Not planned for version 3.0.0, because the change would be too huge, even for the next major release.
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.