X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.grid.RowNumberer.html diff --git a/docs/output/Ext.grid.RowNumberer.html b/docs/output/Ext.grid.RowNumberer.html deleted file mode 100644 index cfbe786c..00000000 --- a/docs/output/Ext.grid.RowNumberer.html +++ /dev/null @@ -1,89 +0,0 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-

Class Ext.grid.RowNumberer

- - - - - -
Package:Ext.grid
Defined In:RowNumberer.js
Class:RowNumberer
Extends:Object
-
- * -This is a utility class that can be passed into a Ext.grid.ColumnModel as a column config that provides -an automatic row numbering column. -
Usage:
-
// This is a typical column config with the first column providing row numbers
- var colModel = new Ext.grid.ColumnModel([
-    new Ext.grid.RowNumberer(),
-    {header: "Name", width: 80, sortable: true},
-    {header: "Code", width: 50, sortable: true},
-    {header: "Description", width: 200, sortable: true}
- ]);
- -
- -

Config Options

- - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - header : String
- Any valid text or HTML fragment to display in the header cell for the row number column (defaults to '').
-
RowNumberer
  - - width : Number
- The default width in pixels of the row number column (defaults to 23).
-
RowNumberer
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - -
MethodDefined By
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file