Sortable « Datatable « JSF Q&A





1. JSF 2.0 Sortable headers with h:datatable    stackoverflow.com

I'm trying to add sortable headers to an h:dataTable. I'm attempting to follow http://balusc.blogspot.com/2006/06/using-datatables.html to do this. The following renders a link but it doesn't do anything.

list.xhtml 
 ...

2. sortable datatable not working    coderanch.com

hi, i'm using datatable with sorting,i have implement the following code,but i got the error.please any one can help me ..................... ************ my jsp code *********** ...

3. Sortable DataTable layout (tomahawk)    coderanch.com

Hi all, couldn't find an answer here yet. Maybe anyone can help!? I am trying to get the sortable dataTable header (tomahawk-component) to display a custom arrow, so far so good, I got that to work, but I want the arrows to stay on the far right side (right-aligned). When setting 'align="right"' in the custom graphic it is displayed below the ...

4. Mulitple headings for sortable datatable column?    coderanch.com

Hi! I have built a datatable using jsf and tomahawk. It looks somewhat simplyfied like this:
As you can see a have a backing bean called testUseCaseBean used ...