cancel
Showing results for 
Search instead for 
Did you mean: 

Table Sort Icon on Columni

Former Member
0 Kudos

Hi All,

I implemented the Table Sorting and Filtering in my Application.But, i Want to have the Sort Icon to be Display for ascending and Descending order on the columns permanently.I got this type of implemenation in this blog but not able to follow it.If any one has done that then Please, suggest me the needed steps.Blog link is

/people/bertram.ganz/blog/2006/03/07/enhanced-web-dynpro-java-tablesorter-for-sap-netweaver-04s

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Manivannan P,

I implemented as you have said in your rply but no image is coming for me .can you please, help me what I need to do in order to get the same thing as i saw in that Blog .Because, i want the same thijng only.Thanks a lot for rplying.

Former Member
0 Kudos

Hi ankur,

Refer the below thread

you can get the icon what exactly in the blog

Regards,

Manivannan P

Former Member
0 Kudos

Hi ankur,

Use SAP standard icon

1. ico12_sort_desc.gif

2. ico12_sort_asc.gif

Create one attrribute eq: image

and write a code

wdContext.currentContextElement().setImage("ico12_sort_desc.gif");
wdContext.currentContextElement().setImage("ico12_sort_asc.gif");

and set this attribute to table header->properties->header--->imagesource

Regards,

Manivannan P