cancel
Showing results for 
Search instead for 
Did you mean: 

Table UI element Functionality

Former Member
0 Kudos

Hi All,

I want to know the functionality of Table UI element, and how can we know which context node(in the node colletction) will act as a data supplier to the table at run time.

And what is the functionality Table UI element's Events

onFilter

onLeadSelect and

onSort

Regards

Chandra

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member485701
Active Participant
0 Kudos
former_member197348
Active Contributor
0 Kudos

Hi Chandra,

The node which is bound to dataSource of the table supplies the data.

onFilter - The action(Filter action) bound to this is triggered when you click on the filter symbol.The filter action which filters the values for the column for which search criteria entered

onLeadSelect - The action(LeadSelect action) bound to this is triggered when you click on the lead select(or any row of the table)

onSort- The action(Sort action) bound to this is triggered when you click on the sort symbol in the column header.

For more information, select on the table in outline view-> right click ->show Help

regards,

Siva

Former Member
0 Kudos

Hi,

Please refer the following links:

For table details and functionality:

[http://help.sap.com/saphelp_nw70/helpdata/en/44/13e4c9b4d00889e10000000a422035/frameset.htm]

thanks & regards,

Manoj