My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 70: Add Single Sort JavaScript Option
3 people starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  jeff.johnston.mn@gmail.com
Closed:  Jun 2009


 
Reported by extremec...@gmail.com, Dec 21, 2007
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
Hi,

Is the implementation for this in 2.2.8 or scheduled for 2.3?

Thanks
Jun 11, 2009
Project Member #2 jeff.johnston.mn@gmail.com
(No comment was entered for this change.)
Status: WontFix
Owner: jeff.johnston.mn

Powered by Google Project Hosting