When you call getState() on a category filter, what does the resulting array look like? Also, a clever way to populate the 'values' attribute of a CategoryFilter with the contents of the first row would be nifty. I plan on using the getState() function in a handler for the statechange event to make a CategoryFilter sort column-wise instead of row-wise. I'm basing the design of this off of this:
Any thoughts? I basically want to switch the RangeFilter thingy for a CategoryFilter.