Dear ,
i want to disabled add row button if my page item value is success how can i achieved this?
i successfully achieved disabled for all but i want only disabled when page item value is Success
my page item is :P2_STATUS
and my code is
$(function() {
apex.region("lines").widget().interactiveGrid("getActions").disable("selection-add-row");
});
i put this code on Execute when Page Loads