I've got about 830 items in my bootstrap-multiselect menu and 4 optgroups defined within that, with a few subitems in each. I'm finding the subitems in the optgroup are not indenting when displayed in the menu so that it's impossible to tell which items are in the optgroup and which are regular items after it (before is OK as the optgroup header is in bold). I'm using v0.9.15 (have to use Bootstrap 3 with this project).
In this example the four items following the app_hlrlist bold header should be indented as they are in the optgroup. The relevant bit of HTML supplied to the multiselect plugin is as follows (I've added two lines of regular options before and after the optgroup to show context):
Is there a way I can patch the multiselect list before or after rendering, to fix this please? (or alternatively the code itself but that's less useful as ideally I need to have the multiselect plugin come from CDN).
I've got about 830 items in my bootstrap-multiselect menu and 4 optgroups defined within that, with a few subitems in each. I'm finding the subitems in the optgroup are not indenting when displayed in the menu so that it's impossible to tell which items are in the optgroup and which are regular items after it (before is OK as the optgroup header is in bold). I'm using v0.9.15 (have to use Bootstrap 3 with this project).
In this example the four items following the app_hlrlist bold header should be indented as they are in the optgroup. The relevant bit of HTML supplied to the multiselect plugin is as follows (I've added two lines of regular options before and after the optgroup to show context):
My multiselect configuration and initialisation is:
Is there a way I can patch the multiselect list before or after rendering, to fix this please? (or alternatively the code itself but that's less useful as ideally I need to have the multiselect plugin come from CDN).
Thanks