gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx

Object » gridx

Property Summary

Method Summary

  • Grid() Gridx is a highly extensible widget providing grid/table functionalities.
  • _RowCellInfo() This structure includes all possible information that can be used to identify a row or a cell, it is used to retrieve a row or a cell in grid body. Usually user only need to provide some of them that is sufficient to uniquely identify a row or a cell, e.g. rowId, or rowIndex and parentId, or visualIndex.

Attached Objects

Properties

core
mobile
modules

Methods

Grid

Gridx is much smaller, faster, more reasonable designed, more powerful and more flexible compared to the old dojo DataGrid/EnhancedGrid.

NOTE:

The API documents will be updated from time to time. If you encountered an API whose doc is not sufficient enough, please refer to the following link for latest API docs: http://evanhw.github.com/gridx/doc/gridx.html

_RowCellInfo
This structure includes all possible information that can be used to identify a row or a cell, it is used to retrieve a row or a cell in grid body. Usually user only need to provide some of them that is sufficient to uniquely identify a row or a cell, e.g. rowId, or rowIndex and parentId, or visualIndex.