Anyone using 2026 had a problem with ListOptions_Rendered & Row_CustomAction
trying Example 2 but nothing happed when you click on add star.
function ListOptions_Rendered(): void
{
$this->ListOptions["new"]->Body = "<a href=\"#\" onclick=\"return ew.submitAction(event, {action: 'star', method: 'ajax', msg: 'Add star?', key: " . $this->keyToJson(true) . "});\">Add Star</a>";
}