open drawer action on new row

Create a custom renderer without any custom logic for the field.

Then, underneath the field rendering, add code to detect whether record is new or not. I’d use the length of the Id to check to see if it’s 18 characters or not. If not it’s new.

Then I’d use $.closest(yourRowActionIconClassHere).click();