| Issue 70: | Add Single Sort JavaScript Option | |
| 3 people starred this issue and may be notified of changes. | Back to list |
This should be added as an option for when data is not really appropriate
for a multi-column sort.
function addSingleSortToLimit(id, position, property, order) {
removeAllSortsFromLimit(id);
setPageToLimit(id, '1');
var limit = LimitManager.getLimit(id);
var sort = new Sort(0, property, order);
limit.addSort(sort);
}
Jan 16, 2008
#1
xim...@gmail.com
Jun 11, 2009
(No comment was entered for this change.)
Status:
WontFix
Owner: jeff.johnston.mn |