File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/documentation/docs/controls Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ The `IViewField` has the following implementation:
87
87
| displayName | string | no | Name that will be used as the column title. If not defined, the name property will be used. |
88
88
| linkPropertyName | string | no | Specify the field name that needs to be used to render a link for the current field. |
89
89
| 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. |
91
91
| maxWidth | number | no | Specify the maximum width of the column. |
92
92
| isResizable | boolean | no | Determines if the column can be resized. |
93
93
| render | function | no | Override how the field has to get rendered. |
You can’t perform that action at this time.
0 commit comments