Skip to content

Commit 9e76b37

Browse files
Merge pull request #835 from joelfmrodrigues/feature/update-folder-explorer-docs
Update folder explorer docs
2 parents 8a1d35c + 25a48a2 commit 9e76b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/documentation/docs/controls/FolderExplorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +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 |
62+
| orderby | string | no | The name of the folder field on which to sort. Name will be used as default. Other examples: Name, TimeCreated, TimeLastModified |
6363
| orderAscending | boolean | no | If set to true, results will be sorted in ascending order. Otherwise, descending will be used as default |
6464

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

src/controls/folderExplorer/FolderExplorer/IFolderExplorerProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface IFolderExplorerProps {
4747
hiddenFilterBox?: boolean;
4848

4949
/**
50-
* The name of the field on which to sort. Default: Name. For list item properties, use ListItemAllFields/Title, ListItemAllFields/Created, etc
50+
* The name of the folder field on which to sort. Name will be used as default. Other examples: Name, TimeCreated, TimeLastModified
5151
*/
5252
orderby?: string;
5353

0 commit comments

Comments
 (0)