Skip to content

Commit e6b6ffb

Browse files
author
Jonas Bjerke Hansen
committed
Updated docs on "ListView" related to issue #400
1 parent 6103acd commit e6b6ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ListView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The `IViewField` has the following implementation:
8787
| displayName | string | no | Name that will be used as the column title. If not defined, the name property will be used. |
8888
| linkPropertyName | string | no | Specify the field name that needs to be used to render a link for the current field. |
8989
| sorting | boolean | no | Specify if you want to enable sorting for the current field. |
90-
| maxWidth | number | no | Specify the minimum width of the column. |
90+
| minWidth | number | no | Specify the minimum width of the column. |
9191
| maxWidth | number | no | Specify the maximum width of the column. |
9292
| isResizable | boolean | no | Determines if the column can be resized. |
9393
| render | function | no | Override how the field has to get rendered. |

0 commit comments

Comments
 (0)