There are two situations we hit often in our applications:
 - disabling sorting for one specific column because it doesn't have a 
corresponding db column
 - not allowing sorting by any of the columns because the data is sorted 
explicitly

In T4 with contrib:Table you could specify a list of colums like "foo,!bar,baz" 
and then "bar" wouldn't be sorted. How have others handled this in T5?

Dan Adams
Senior Software Engineer
Interactive Factory
p: 617.235.5857


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to