You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.JSON
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
"version": "1.18.0",
5
5
"changes": {
6
6
"new": [
7
-
"Pagination Control [#535](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/535)"
7
+
"Pagination Control [#535](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/535)",
8
+
"TreeView Control [#536](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/536)"
8
9
],
9
10
"enhancements": [
10
11
"`FolderExplorer` updates: allow selection of libraries if site url is used as the root, allow passing items to be passed as a property and added to the breadcrumb, add support for loading folders from a different site, fix breadcrumb names for document libraries [#534](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/534)"
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/TreeView.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## TreeView control
2
2
3
-
This graphical control allows to present a hierarchical view of information. Each tree item can have a number of subitems. This is often visualized by indentation in a list. An tree item can be expanded to reveal subitems (if exists), and collapsed to hide subitems.
3
+
This graphical control allows to present a hierarchical view of information. Each tree item can have a number of subitems. This is often visualized by indentation in a list. A tree item can be expanded to reveal subitems (if exist), and collapsed to hide subitems.
-[SecurityTrimmedControl](./controls/SecurityTrimmedControl) (intended to be used when you want to show or hide components based on the user permissions)
0 commit comments