Skip to content

Commit

Permalink
Folder Explorer docs update to include changes from #812
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed Mar 2, 2021
1 parent 6469760 commit 6c5aad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/documentation/docs/controls/FolderExplorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ The `FolderExplorer` control can be configured with the following properties:
| initialBreadcrumbItems | IBreadcrumbItem | no | Additional items to be added to the beginning of the breadcrumb. |
| hiddenFilterBox | boolean | no | Hide the filter box |
| onSelect | (folder: IFolder): void | no | Callback function called after a folder is selected. |
| orderby | string | no | The name of the field on which to sort. Default: Name. For list item properties, use ListItemAllFields/Title, ListItemAllFields/Created, etc |
| orderAscending | boolean | no | If set to true, results will be sorted in ascending order. Otherwise, descending will be used as default |

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

0 comments on commit 6c5aad4

Please sign in to comment.