hide duplicate row option under row actions of an interactive grid for disabled rows
I need to hide Duplicate row option under row actions of an interactive grid only for the rows which are disabled.
I am using ‘Allowed Row Operations Column’ option in interactive grid to make some of the rows disabled. But the problem is the user can access row actions for the disabled rows and duplicate those rows. We need to remove the row actions menu for the disabled rows or atleast hide the duplicate row option under it.
Make a column in an interactive grid link column based on another column’s value
I have a column LINK_YN whose value will be either ‘Y’ or ‘N’. I have another column ITEM which needs to be a link column to page 5 only if LINK_YN is ‘Y’. If LINK_YN is ‘N’ then ITEM should be displayed as plain text.
Need to make a column in an interactive grid link column based on another column’s value
I have a column LINK_YN whose value will be either ‘Y’ or ‘N’. I have another column ITEM which needs to be a link column to page 5 only if LINK_YN is ‘Y’. If LINK_YN is ‘N’ then ITEM should be displayed as plain text.