Skip to content

Allow for text wrapping in table cells. #2408

@FabienLelaquais

Description

@FabienLelaquais

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions