Properties Methods Events Config Options Direct Link
Observable
  Store
    GroupingStore

Class Ext.data.GroupingStore

Package:Ext.data
Defined In:GroupingStore.js
Class:GroupingStore
Extends:Store
xtype:groupingstore
A specialized store implementation that provides for grouping records by one of the available fields. This is usually used in conjunction with an Ext.grid.GroupingView to proved the data model for a grouped GridPanel.

Config Options

Config OptionsDefined By
 data : Array
An inline data object readable by the reader. Typically this option, or the url option will be specified.
Store
 groupField : String
The field name by which to sort the store's data (defaults to '').
GroupingStore
 proxy : Ext.data.DataProxy
The DataProxy object which provides access to a data object. See url.
Store

Public Properties

PropertyDefined By
 fields : Ext.util.MixedCollection
A MixedCollection containing the defined Fields for the Records stored in this Store. Read-only.
Store

Public Methods

MethodDefined By

Public Events

EventDefined By