Allow for text wrapping in table cells. #2408
Labels
🖰 GUI
Related to GUI
✨New feature
🟧 Priority: High
Must be addressed as soon
🔒 Staff only
Can only be assigned to the Taipy R&D team
Description
When a cell contains a long text, it is entirely displayed in the cell, consuming lots of vertical space.
The point of this issue is to provide a mechanism that would limit the (displayed) content of a cell, and a way to display it all.
Solution Proposed
A way to deal with that could be to add a property (similar to
format_fn
) such aswrap_fn
: this would convert a column into one that would be displayed.Some interaction must be provided to display the actual cell content.
Impact of Solution
The dataset is enlarged, unfortunately.
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: