IColumnTextWrappingItem
Home > @gooddata/sdk-ui-pivot > IColumnTextWrappingItem
IColumnTextWrappingItem interface
Column text wrapping item that specifies text wrapping settings for specific column(s).
Signature:
export interface IColumnTextWrappingItem
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Column locators to identify which column this wrapping applies to. | |||
|
"column" | "pivotGroup" |
(Optional) Match type determines how the locators are matched against columns.
| ||
|
boolean |
(Optional) Whether to wrap text in column headers for the specified columns. | ||
|
boolean |
(Optional) Whether to wrap text in cells for the specified columns. |