Queues with drawers: expand and collapse all top-level queue drawers

If you are saving from a button within the drawer, something like this will get to to the drawer itself:

arguments[0].component.closest(‘.nx-item-drawer’)

Perhaps that’s as far as you need to go up the chain, and then grab the next sibling with .next()? I’m not looking at a table with drawers at the moment, so I’m not sure. You should be able to right click on your table and inspect it to take a look at the html. See where you need to traverse, and use jquery to get you there.