CA Service Management

 View Only

Catalog table row - onClick function

  • 1.  Catalog table row - onClick function

    Posted Apr 03, 2019 04:06 PM

    Dear friends,

    I would like to add onClick JS function to the table row. The goal is to get some hidden fields of the table and display them on separate fields next to the table as the detail information for the row. 

     

    So far I'm able to do this only for the table in "selection" mode and display the detail information when the user clicks on the checkbox on the left. 

    To do this I use onSelect function for the table and ca_fdGetSelectedTableRows function to obtain the selected row.

     

     

    Is this possible for the table in "data" mode? I tried to add the JS function to onClick for the specific label I use for data display, but the function didn't start at all. 

     

    Any ideas?

     

    Thank you,

    Jakub