Skip to content

Commit 74daee6

Browse files
authored
Merge pull request #562 from pnp/tree-view-docs
Fixing tables in `TreeView` documentation
2 parents ccde634 + 7084969 commit 74daee6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/documentation/docs/controls/TreeView.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ The `TreeView` control can be configured with the following properties:
100100
Enum `TreeViewSelectionMode`
101101

102102
Specifies the selection mode of tree item.
103+
103104
| Value |
104105
|----------|
105106
| Single |
@@ -126,7 +127,8 @@ Each tree item in the `treeitems` property is defined as `ITreeItem` as follows:
126127
Interface `ITreeItemAction`
127128

128129
Specifies the list of actions for the tree item.
129-
| Property | Type | Required | Description |
130+
131+
| Property | Type | Required | Description |
130132
|----------------------|--------------------------------------|----------|----------------------------------------------------------------------------------------------------------------------------|
131133
| id | string | yes | Unique id of the action. |
132134
| title | string | yes | Title of the action. |
@@ -138,6 +140,7 @@ Specifies the list of actions for the tree item.
138140
Enum `TreeItemActionsDisplayMode`
139141

140142
Specifies the display mode of the tree item action.
143+
141144
| Value |
142145
|----------------|
143146
| Buttons |

0 commit comments

Comments
 (0)