Custom dropdown button
Custom dropdown button
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
Hi @tacman1123 ,
Would something like this work?
Cheers,
Colin