Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored Sep 22, 2023
1 parent cd1a81d commit 30e44aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ SelectTree::make('category_id')
// Expand the tree with selected values
->expandSelected(false)

// All groups will be opened to this level
->defaultOpenLevel(2)

// Display individual leaf nodes instead of the main group when all leaf nodes are selected
->grouped(false)

Expand Down

0 comments on commit 30e44aa

Please sign in to comment.