Skip to content

Commit 144fe18

Browse files
committed
update docs
1 parent 15d8ff7 commit 144fe18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default {
6868
| showSelectController | higher | whether to show the select controller at left | boolean | false |
6969
| selectOnClickNode | higher | whether to change selected value when click node | boolean | true |
7070
| highlightSelectedNode | higher | highlight current node when selected | boolean | true |
71+
| customValueFormatter | higher | a function that can return different html or strings to display for values in the data. If it returns null or empty, the default formatter is used | Function | false |
7172

7273
## Events
7374

0 commit comments

Comments
 (0)