cancel
Showing results for 
Search instead for 
Did you mean: 

Table

david_fryda2
Participant
0 Kudos

Hi,

Is there a way to put the little arrows in the top of a column in order to sort it ?

If yes, how do we do it...and how to sort ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

You can include the arrows by giving "imageSource" in the table column caption.

For getting the table sort functionality, you can find the TableSorter.java in "C:Program FilesSAPJDTeclipseexamplesWebDynpro_Table.zip" which is included in the NDS

Refer the following document on "Developing with Tables in Web Dynpro"

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/de... with tables in web dynpro.pdf

Which has the sample code how to use of TableSorter.

Regards,

Santhosh.C

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi,

see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/web dynpro tutorial and sample applications.faq#q-11

"Key features covered: sort a table (temporary), operating with detail forms, selecting multiple rows, calculated attributes"

Regards, Maxim R.