Example of undefined in React Tree Grid Component

/
/
AutoWrap

This sample demonstrates the Tree Grid component with the auto wrap column cell feature. In this sample, you can see that Task Name column cell content exceeded the available width hence it has been wrapped into multiple lines.

More Details...

Loading....
Description

Auto wrap cell content can be enabled using allowTextWrap{" "} property of the Tree Grid. Setting this property will wrap cell text on multiple lines.This feature is useful to view the cell content when it exceeds the cell width.

Setting this property will wrap the text in both content cell and header cell.

In this demo, the allowTextWrap property is enabled, and you can also see that the Task Name column whose content exceeded the cell width is wrapped into multiple lines.

More information about Auto wrap cells can be found in this documentation section.