Skip to content

Commit

Permalink
Merge pull request #446 from JonasBjerke89/master
Browse files Browse the repository at this point in the history
Updated docs on "ListView" related to issue #400
  • Loading branch information
AJIXuMuK authored Jan 10, 2020
2 parents 7320d1e + e6b6ffb commit f071079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/ListView.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The `IViewField` has the following implementation:
| displayName | string | no | Name that will be used as the column title. If not defined, the name property will be used. |
| linkPropertyName | string | no | Specify the field name that needs to be used to render a link for the current field. |
| sorting | boolean | no | Specify if you want to enable sorting for the current field. |
| maxWidth | number | no | Specify the minimum width of the column. |
| minWidth | number | no | Specify the minimum width of the column. |
| maxWidth | number | no | Specify the maximum width of the column. |
| isResizable | boolean | no | Determines if the column can be resized. |
| render | function | no | Override how the field has to get rendered. |
Expand Down

0 comments on commit f071079

Please sign in to comment.