I’m looking to use buttongroup as a breadcrumbs-type widget (I think there should be an appropriate widget for this, by the way), and I can’t find a way to add and remove buttons from the widget. I know I can disable and enable specific buttons, but adding/removing them seems to be impossible, especially since I lose access to the underlying button elements.
I tried removing the divs that jqxButtonGroup creates, and that works to an extent, but it not only breaks the widget’s style, it also is probably going to break the entire widget.
Is there a way to do that or should I be using some other widgets to create my breadcrumbs?