Skip to content

Commit ebdbbf9

Browse files
committed
updated docs with a new prop
1 parent 69496e9 commit ebdbbf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/documentation/docs/controls/ListView.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ The `IViewField` has the following implementation:
198198
| minWidth | number | no | Specify the minimum width of the column. |
199199
| maxWidth | number | no | Specify the maximum width of the column. |
200200
| isResizable | boolean | no | Determines if the column can be resized. |
201+
| isMultiline | boolean | no | Determines if the column should be rendered as multiline. Has no effect when a custom `render` function is provided. |
201202
| render | function | no | Override how the field has to get rendered. |
202203

203204
The `IGrouping` has the following implementation:

0 commit comments

Comments
 (0)