Search results

TextWrapSettingsModel API in Angular Grid API component

Interface for a class TextWrapSettings

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.