Skip to content

[Feature](ui): add prop to DataGrid cell to enforce breaking and / or concatenating strings #1955

Description

@franzheidl

Description

DataGidCell has a nowrap prop to prevent contained strings from breaking into a new line.

Practice shows there may also be a need to do the opposite: force a cell that contains a long string withput any "natural" breaking characters to break anyway (as in overflow-wrap: break-word or word-break: break-all).

In parallel, it may be useful to be able to concatenate a string contained in a DataGridCell using ellipsis (…) at the start, end or mid-word.

We should discuss and make a decision as to whether to implement any or all of these.

Problem Statement

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ui-componentsAll tasks related to juno-ui-components library

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions