Click here to Skip to main content
15,888,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using Jquery bootstrap multiselect plugin which seems pretty good and fulfill most of the requirements which i needed.

The Additional functionality is that i wanted to add an option group's in the dropdown..
I am binding the dropdown using Angular js ng-repeat like below

HTML
<b> <select id="example-getting-started1" multiple="multiple"                        name="multiselect1[]" data-dropdownmultiselect>
                            <option ng-repeat="s in sourceRawTablesList" data-select-watcher data-last="{{$last}}" value="{{s.TableID}}">{{s.TableName}}</option>
          </select></b>


I wnated that my dropdown should look like the one i.e. specifid in the below url..
http://i.stack.imgur.com/Xyja3.png
--------------above url is just for a reference..(checkout the image in this Page)

Here is the code that i am using to bid the multiselect dropdown.

any assistance in this is highly appreciated..
Thanks in Advance...:)
Posted
Updated 24-Nov-15 20:23pm
v2

1 solution

Seems like someone has studied the same course as you: Jquery bootstrap multiselect optgroup selection[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900