I'm looking for a way to do grouping with displaytag but with the group title separated from the detail. It's probably not all that clear, so here is an example :
If I just add groups to a displaytag table, I end up with something like :
| group1 | item1 |
| | item2 |
| | item3 |
| group2 | item4 |
| | item5 |
I would like something like :
| group1 | |
| | item1 |
| | item2 |
| | item3 |
| group2 | |
| | item4 |
| | item5 |
I cant find anything in the documentation. Does anyone knows if there is a work around ? Or should I just go back to simple, handwritten JTSL ?