execut / yii2-widget-bootstraptreeview

Bootstrap Tree View widget wrapper for yii2
Apache License 2.0
46 stars 25 forks source link

Default selected item #13

Closed leadmitry closed 6 years ago

leadmitry commented 6 years ago

Is it possible to mark some element in tree as selected?

execut commented 6 years ago

yes, possible via data item option 'state' => ['checked' => true], documentation here https://github.com/patternfly/patternfly-bootstrap-treeview#user-content-statechecked

leadmitry commented 6 years ago

Thank you!