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

Description
DataGidCellhas anowrapprop 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-wordorword-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