> someone has tried to see what happens sorting on a column that > contains null values ? >
It's up to the comparator to decide how to handle (or if to handle) null values, though I do believe that supporting a binary search on a list with null values is a TODO in the code. > And with this change, will it be possible to have the sort also on > multiple columns (useful in some cases) ? > Yep - check it out in the kitchen sink demo by holding down shift while sorting on another column. > > A last thing: > what do you think on adding an optional style to change the background > color on all the column/s being sorted (only a little, using a similar > color to that currently used) ? > Check out the sorting demo in the kitchen sink app -- table view already does this :)
