You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the "optionRenderer" option (which I'm using), it would also be a great advantage to also have a "optgroupRenderer" option.
In my case, I'm displaying equipment within the list & show its status (green=up, red=down type of thing) by using "optionRenderer" to basically copy the CSS 'class' attribute from the original option to the generated div. Would also like to be able to do this for the cumulative group status.
== OR == even better:
Maybe you could simply append the original 'class' attribute when generating the groups/options. (then I wouldn't even need the renderer)
The text was updated successfully, but these errors were encountered:
Similar to the "optionRenderer" option (which I'm using), it would also be a great advantage to also have a "optgroupRenderer" option.
In my case, I'm displaying equipment within the list & show its status (green=up, red=down type of thing) by using "optionRenderer" to basically copy the CSS 'class' attribute from the original option to the generated div. Would also like to be able to do this for the cumulative group status.
== OR == even better:
Maybe you could simply append the original 'class' attribute when generating the groups/options. (then I wouldn't even need the renderer)
The text was updated successfully, but these errors were encountered: