Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9076

Re: how to remove empty row to get edit and delete icon in Action column

$
0
0

Hi Avi,

If you want to add action in table view you need to add one click action buttons in context node class method GET_OCA_T_TABLE

 

CLEAR ls_one_click_action.

  ls_one_click_action-id      = 'DELETE'.

  ls_one_click_action-icon    = 'delete.gif'.

  ls_one_click_action-text    = ''.

  ls_one_click_action-tooltip = text-005.

  ls_one_click_action-active  = 'X'.

  APPEND ls_one_click_action TO rt_actions.

 

Regards,

Deepika C.


Viewing all articles
Browse latest Browse all 9076

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>