one should be able to ENABLE sorting per attribute:
why?
The data will be provided mostly by a database which may have indices on some fields (attributes) ie server sorting of these fields would be cheap. Sorting of other fields wouldn't be done on the serverside, so the client shouldn't be able to request it
cheers
Mark