Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

sort method

Developers.QuiXListViewsort History

Hide minor edits - Show changes to output

October 15, 2007, at 12:55 PM by Thomas Bellos -
Added line 18:
October 15, 2007, at 12:54 PM by Thomas Bellos -
Changed line 3 from:
The '''sort''' adds a new column to the widget.
to:
The '''sort''' method, sorts the `ListView's dataset, according to the specified column.
Changed lines 8-9 from:
||!Parameters||''column'' : Required. . ||
||!Returns|| - ||
to:
||!Parameters||''column'' : Required. The column to sort by. ||
||!Returns|| - ||

!! Example

%code%
[@

lst.sortOrder = 'ASC';
lst.sort(lst.columns[0]);
@]
October 15, 2007, at 12:42 PM by Thomas Bellos -
Added lines 1-9:
(:title sort method:)

The '''sort''' adds a new column to the widget.
!! Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||lst.'''sort(column)''';||
||!Parameters||''column'' : Required. . ||
||!Returns|| - ||
Page last modified on October 15, 2007, at 12:55 PM