| Author |
How to refresh the page once sorting is done?
|
antsi klando
Greenhorn
Joined: May 10, 2011
Posts: 24
|
|
I am having a JSP which uses a <display:table> and a 'Search' button.I have given the <display table> attribute defaultsort="1" and the <display:column> attribute sortable="true" for all the columns in the table.
The user will be able to view a table sorted for the first column,once the 'Search' button is clicked.If any other column is sorted,and again if the 'Search' button is clicked,the default sort will be in the column which was last sorted before clicking on the 'Search' button.
How exactly can I have control over this?
|
 |
 |
|
|
subject: How to refresh the page once sorting is done?
|
|
|