Skip to content

Commit

Permalink
Merge pull request #562 from pnp/tree-view-docs
Browse files Browse the repository at this point in the history
Fixing tables in `TreeView` documentation
  • Loading branch information
AJIXuMuK authored May 15, 2020
2 parents ccde634 + 7084969 commit 74daee6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/documentation/docs/controls/TreeView.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The `TreeView` control can be configured with the following properties:
Enum `TreeViewSelectionMode`

Specifies the selection mode of tree item.

| Value |
|----------|
| Single |
Expand All @@ -126,7 +127,8 @@ Each tree item in the `treeitems` property is defined as `ITreeItem` as follows:
Interface `ITreeItemAction`

Specifies the list of actions for the tree item.
| Property | Type | Required | Description |

| Property | Type | Required | Description |
|----------------------|--------------------------------------|----------|----------------------------------------------------------------------------------------------------------------------------|
| id | string | yes | Unique id of the action. |
| title | string | yes | Title of the action. |
Expand All @@ -138,6 +140,7 @@ Specifies the list of actions for the tree item.
Enum `TreeItemActionsDisplayMode`

Specifies the display mode of the tree item action.

| Value |
|----------------|
| Buttons |
Expand Down

0 comments on commit 74daee6

Please sign in to comment.