Custom dropdown button

Custom dropdown button

tacman1123tacman1123 Posts: 181Questions: 41Answers: 1

I'd like to have a dropbown button to use for filtering on a key column. Ideally, there's be a way for me to create a custom dropdown button, but that doesn't seem to exist.

Alternatively, I could create a dropdown and then append it to the end of the other custom buttons. But I'm having a hard time figuring out the javascript to do that. I want to create the dropdown, then probably do a jquery('#myButton').insertAfter('last-custom-button'). The last custom button doesn't have an id, is there a way to set it? Or get the last button?

Answers

This discussion has been closed.