on 2011 Sep 22 3:53 PM
Hi Experts,
In my BSP Application , I use a table and below is code for the
<htmlb:tableView id = "WRKLST"
headerText = "My Worklists"
headerVisible = "true"
design = "alternating"
visibleRowCount = "<%= RowCount%>"
filter = "SERVER"
sort = "server"
fillUpEmptyRows = "TRUE"
emptyTableText = "No entries found"
onHeaderClick = "MyEventHeaderClick"
onRowSelection = "rowselection"
selectionMode = "multiselect"
table = "<%= IT_WRKLIST %>"
iterator ="<%= iterator%>" >
But the sort is not very efficient. ie., it always sort only on the first click of the header 's. and also it sort only on key field.
Can anybody suggest me an option , so that on every click it sorts ascending / descending based on the click of the header.
ie., If the user clicks on 'Partner Name' , it should sort the table content based on Partner name and if the click on 'Priority', it should sort on priority.
Please suggest.
Regards,
Shiny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.