We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69496e9 commit ebdbbf9Copy full SHA for ebdbbf9
1 file changed
docs/documentation/docs/controls/ListView.md
@@ -198,6 +198,7 @@ The `IViewField` has the following implementation:
198
| minWidth | number | no | Specify the minimum width of the column. |
199
| maxWidth | number | no | Specify the maximum width of the column. |
200
| 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. |
202
| render | function | no | Override how the field has to get rendered. |
203
204
The `IGrouping` has the following implementation:
0 commit comments