Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

sort method

Developers.QuiXListViewsort History

Hide minor edits - Show changes to markup

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:
Parameterscolumn : Required. .
Returns-
to:
Parameterscolumn : Required. The column to sort by.
Returns-

Example


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

Syntaxlst.sort(column);
Parameterscolumn : Required. .
Returns-
Page last modified on October 15, 2007, at 12:55 PM