javascript - How to build a tree select box ui in jsp with js, bootstrap -
first, trying build ui below.
i have data below format ...
{'id' : '0001', 'name' : 'products', 'parents' : '*'}
i have tried <optgroup>
not looks :< currently, not have idea how start this.
to this, got several questions.
- what should call type of ui? (terminology)
- is there libraries implements spec?
- a sample code might great :d (it best if uses bootstrap, still great without bootstrap)
thanks :d
the term calling type of ui
combotree
i have applied jquery-easy-ui http://www.jeasyui.com/
caution : library build unwanted ui automatically, if need customize set !important
css attributes.
Comments
Post a Comment