cancel
Showing results for 
Search instead for 
Did you mean: 

Table Sorting First Time - show arrow up or down

david_freidlin
Explorer
0 Kudos

Hello colleagues,

I successfully sorted table's column without clicking on it using the following code:

usersTableNode.sortElements( GenericNodeElementComparator.asc("userName") );

The code was taken from this thread:

<b>I have to show an arrow up or down, without clicking on the column header.</b>I'm dealing with NW04.

Please help me to show this arrow

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
david_freidlin
Explorer
0 Kudos

Hi,

Unfortunately, I'm using NW04 and not NW04s.

Is it possible to show an arrow without clicking on the column's header before?

David