Re: [qooxdoo-devel] Sorting table by a hidden column

2014-08-20 Thread Jonathan Wolfe
Thanks Derrell! That did it. :-) *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd * On Wed, Aug 20, 2014 at 12:26 PM, Derrell Lipman < derrell.lip...@unwireduni

Re: [qooxdoo-devel] Sorting table by a hidden column

2014-08-20 Thread Derrell Lipman
I think what you're looking for is custom sort methods. In the Simple table mode (qx.ui.table.model.Simple), the method setSortMethods is available: /** * Specify the methods to use for ascending and descending sorts of a * particular column. * * @param columnIndex {Integer

[qooxdoo-devel] Sorting table by a hidden column

2014-08-20 Thread Jonathan Wolfe
Hi, I'm wondering if it's possible to sort a table column by another column when you click on the column header. Right now, I accomplish this by sorting a hidden column of date objects as the default setting for the table which works, but if a user clicks on the "Ends in" column header it reverts