I have successfully displayed data in tabular form using ListView. However, I wanted it to be sortable. How do I go about doing this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Hmm.. Perhaps DefaultDataTable could have been better suited for your use case of displaying tabular data in a sortable fashion. Let me know if you need more explanation or a code example. |
|||||||||
|
|
You can just sort the List that you pass to ListView. Something like:
... more links for different criteria. |
||||
|
|