cancel
Showing results for 
Search instead for 
Did you mean: 

TableSorter over more than one columns like Excel

Former Member
0 Kudos

Hi Experts,

do you have a example for TableSorter over more than one columns like Excel?

Thank you very much.

regards

Steffen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please refer the link below.

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f024364b-3086-2b10-b2be-c0ed7d33fe65]

I hope this document will help you out.

Regards,

Jithin

Answers (2)

Answers (2)

Former Member
0 Kudos

yes, sorting is possible by every column seperate.

But i want a ranking: sorting first by column 5, than by column 3 and so on.

By oracle with: 'select * from table order by column2, column4, column6'

in one call !!

Former Member
0 Kudos

Hi Steffen,

I understood your requirement, but i am not sure how to implement it here. Let us wait for more responses from the experts.

Regards,

Jithin

Former Member
0 Kudos

Sorry, but it doen't help me. This example describes only sorting by one column!

Former Member
0 Kudos

Hey,

Please download the application mentioned in it.

When i have excuted the application i could find sort enabled for all the columns.

 wdContext.currentContextElement().getTableSorter().sort( wdEvent, wdContext.nodeTableSet() ); 

Please check it..

Jithin

Edited by: jithin james on Apr 16, 2009 10:47 AM