Properties Methods Events Config Options Direct Link

Class Ext.util.Sorter

Package:Ext.util
Defined In:Sorter.js
Class:Sorter
Extends:Object
Represents a single sorter that can be applied to a Store

Config Options

Config OptionsDefined By
 direction : String
The direction to sort by. Defaults to ASC
Sorter
 property : String
The property to sort by. Required unless sorter is provided
Sorter
 sorterFn : Function
A specific sorter function to execute. Can be passed instead of property
Sorter

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.