Ian Horst | 3 Jul 16:12

qx.ui.table.model.Simple.setSortMethods()

I wonder why there are 2 sort methods, one for ascending, second for descending.

It's enough to define ascending sort method. Descending is just
reverse of ascending sort method.

ascending:
ascSortMethod();

descending:
- ascSortMethod();

---
Ian

------------------------------------------------------------------------------

Gmane