Row Action Drop-Down List

Not sure what version of SKUID you’re on, but there was a change in the DOM structure when moving to 10, which we’re currently on. The script isn’t finding the classlist for the desired element because it’s not finding it in the parent child structure. You probably just need to count through the element structure and adjust the number of parent and child levels. If you console log the different levels in the dom you should be able to pinpoint where the breakpoint is. The row actions should be located in the second column of the table structure.

older structure

New structure