Changes between Version 2 and Version 3 of AlphaSort
- Timestamp:
- 01/26/10 21:27:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlphaSort
v2 v3 11 11 12 12 Massimo 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) 14 14 * needs porting to IS_ONE_OF() 15 15 * needs testing 16 16 17 Foront-end sor ing can be done with JS:17 Foront-end sorting can be done with JS: 18 18 * http://stackoverflow.com/questions/278089/javascript-to-sort-contents-of-select-element/278509#278509 19 19 * This works with capitalised/non merged but means that the NULL in IS_NULL_OR() isn't the default: