We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d132afc + bb7cef0 commit 1bf290bCopy full SHA for 1bf290b
1 file changed
docs/documentation/docs/controls/ListView.md
@@ -27,7 +27,7 @@ import { ListView, IViewField, SelectionMode, GroupOrder, IGrouping } from "@pnp
27
<ListView
28
items={items}
29
viewFields={viewFields}
30
- iconFieldName="ServerRelativeUrl"
+ iconFieldName="FileRef"
31
compact={true}
32
selectionMode={SelectionMode.multiple}
33
selection={this._getSelection}
0 commit comments