Skip to content

Commit 6c5aad4

Browse files
committed
Folder Explorer docs update to include changes from #812
1 parent 6469760 commit 6c5aad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation/docs/controls/FolderExplorer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ The `FolderExplorer` control can be configured with the following properties:
5959
| initialBreadcrumbItems | IBreadcrumbItem | no | Additional items to be added to the beginning of the breadcrumb. |
6060
| hiddenFilterBox | boolean | no | Hide the filter box |
6161
| onSelect | (folder: IFolder): void | no | Callback function called after a folder is selected. |
62+
| orderby | string | no | The name of the field on which to sort. Default: Name. For list item properties, use ListItemAllFields/Title, ListItemAllFields/Created, etc |
63+
| orderAscending | boolean | no | If set to true, results will be sorted in ascending order. Otherwise, descending will be used as default |
6264

6365
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/FolderExplorer)

0 commit comments

Comments
 (0)