Search results

TextWrapSettings API in React Grid API component

Configures the text wrap settings of the Grid.

Properties

wrapMode

WrapMode

The wrapMode property defines how the text in the grid cells should be wrapped. The available modes are:

  • Both: Wraps text in both the header and content cells.
  • Content: Wraps text in the content cells only.
  • Header: Wraps texts in the header cells only.

Defaults to Both