Table sorting

View: New views
1 Messages — Rating Filter:   Alert me  

Table sorting

by general.equal.700 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
I have a table of a search results with a rowSelection="single".
I managed to preselect the first row in the table initially during getting the results. then i enabled the sort for most of the column using
<tr:column sortable="true" sortProperty="propertyname"
 
is there is a way i could always preselect the first row even after sorting by any of the sortable columns.
 
Thanks in advance.