Skip to content

Commit 27bb078

Browse files
committed
listview doc fix
1 parent 98d9430 commit 27bb078

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
@@ -41,7 +41,7 @@ import { ListView, IViewField, SelectionMode, GroupOrder, IGrouping } from "@pnp
4141
className={styles.listWrapper}
4242
listClassName={styles.list} />
4343
```
44-
- The control provides full text filtering through all the columns. If you want to execute filtering on the specified columns, you can use syntax : `<ColumndName>`:`<FilterValue>`. Use `':'` as a separator between column name and value. Control support both `'fieldName'` and `'name'` properties of IColumn interface.
44+
- The control provides full text filtering through all the columns. If you want to execute filtering on the specified columns, you can use syntax : `<ColumnName>`:`<FilterValue>`. Use `':'` as a separator between column name and value. Control support both `'fieldName'` and `'name'` properties of IColumn interface.
4545

4646
- With the `selection` property you can define a method that which gets called when the user selects one or more items in the list view:
4747

0 commit comments

Comments
 (0)