Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for text wrapping in table cells. #2408

Open
1 of 7 tasks
FabienLelaquais opened this issue Jan 17, 2025 · 0 comments
Open
1 of 7 tasks

Allow for text wrapping in table cells. #2408

FabienLelaquais opened this issue Jan 17, 2025 · 0 comments
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

Comments

@FabienLelaquais
Copy link
Member

FabienLelaquais commented Jan 17, 2025

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 as wrap_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

  • If applicable, a new demo code is provided to show the new feature in action.
  • Integration tests exhibiting how the functionality works are added.
  • Any new code is covered by a unit tested.
  • Check code coverage is at least 90%.
  • Related issue(s) in taipy-doc are created for documentation and Release Notes are updated.

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
@FabienLelaquais FabienLelaquais added ✨New feature 🖰 GUI Related to GUI 🟧 Priority: High Must be addressed as soon labels Jan 17, 2025
@jrobinAV jrobinAV added the 🔒 Staff only Can only be assigned to the Taipy R&D team label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants