Changes between Version 2 and Version 3 of AlphaSort


Ignore:
Timestamp:
01/26/10 21:27:24 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AlphaSort

    v2 v3  
    1111
    1212Massimo has put back-end sorting into [http://bazaar.launchpad.net/~mdipierro/web2py/devel/revision/1543 Trunk]:
    13  * IS_IN_SET(...,sort=True) and/or IS_IN_DB(...,sort=True)
     13 * IS_IN_SET(..., sort=True) and/or IS_IN_DB(..., sort=True)
    1414  * needs porting to IS_ONE_OF()
    1515  * needs testing
    1616
    17 Foront-end soring can be done with JS:
     17Foront-end sorting can be done with JS:
    1818 * http://stackoverflow.com/questions/278089/javascript-to-sort-contents-of-select-element/278509#278509
    1919 * This works with capitalised/non merged but means that the NULL in IS_NULL_OR() isn't the default: