You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/ListView.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The ListView control can be configured with the following properties:
84
84
| Property | Type | Required | Description |
85
85
| ---- | ---- | ---- | ---- |
86
86
| iconFieldName | string | no | Specify the items' property name that defines the file URL path which will be used to show the file icon. This automatically creates a column and renders the file icon. |
87
-
| items | any[]| yes| Items to render in the list view. |
87
+
| items | any[]| no| Items to render in the list view. |
88
88
| viewFields | IViewField[]| no | The fields you want to render in the list view. Check the `IViewField` implementation to see which properties you can define. |
89
89
| compact | boolean | no | Boolean value to indicate if the control should render in compact mode. By default this is set to `false`. |
90
90
| selectionMode | SelectionMode | no | Specify if the items in the list view can be selected and how. Options are: none, single, multi. |
0 commit comments