phossa / smartselect

SmartSelect is a jQuery multiple select (multiselect) and tree / hierarchy select plugin with bootstrap style. It is 10x faster than similar plugins and supports complex data models.
http://phossa.github.io/smartselect/docs/index.html
52 stars 14 forks source link

Cascade down when selecting parent node #8

Closed xibman closed 8 years ago

xibman commented 8 years ago

HI @phossa

is'it possible to cascade down selection when i select a parent node ?

phossa commented 8 years ago

as i can recall, the design of this plugin is that selecting the parent means select all of its descendant nodes (but without showing the check before each child node). this is easier for calculating the selected values :). Also no half selected icon/status for the parent node to indicate some of the child nodes are selected. but this is a easy feature if everyone wants it :) ican add this.