cancel
Showing results for 
Search instead for 
Did you mean: 

How to sort all the table columns initially

Former Member
0 Kudos

Hi All,

I have one requirement in webdynpros where I need to sort all the columsn in a table in ascending order from left to right, overall the table should be in ascending order when it displays.

I am already using TableSorter.java in my application for sorting all the values in a selected column.

Could you please help me out to sort the entire table at a time.

Thanks in advance,

Sandeep Bonam

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Sandeep,

Try this

best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Maksim,

I gone through your link, able to solve the issue.

Thanks for replying.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dandeep,

if the sorting at the initially time is always the same the simple way is to sort it from the business layer in the select statement "order by ..."

The advantage is that you can sort by column1, column2 etc.

regards

Gunter