Continuing the discussion from Context menu customizations - Nested row context actions:
The previous article discussed adding customized actions while retaining predefined items.
However, it did not cover renaming or adding hidden/disable functions to the predefine menu items.
I attempted to keep the original callback function and rewrite name/disable/hidden, but encountered issues.
Could you please provide assistance?
demo:https://jsfiddle.net/khcojfLg/2/
Rename the default name of remove_row
and disable it in the first row.
However, after that, the click action is malfunctioning.