How can I sort on any part of a multi-valued column?
How can I sort on any part of a multi-valued column?
Hi,
If I have a DataTable column with two pieces of data is their a general way to allow sorting by either value?
That is, for some reason, I want to display x and y in the same column and want to provide sorting by either value.
The table header for that column would need to provide sort links for both x and y.
An example of sorting by multi valued columns (with some custom code written here some versions ago) is here:
http://sportsdatabase.com/nba/query?output=default&sdql=team+and+season%3D2013
Does anyone know a general solution to the problem of multi-valued column sorting?
Cheers!
Joe