Basic features:
Sort data at local or server. default = false.
Height of grid header set. It is important if you want use multi headers. demo
Height of grid footer if you have. demo
A array of columns set.
Items | Description | Note |
---|---|---|
field | property of record data object | optional |
title | column title, it also can be a JS or JQuery element | optional, demo |
width | column width | must be assigned, unit is px |
header | JS or JQuery element for custom head | optional, but it is important for multi headers.demo |
sizeable | If this column can be resize width | optional, default = true |
render | a function that return a JS or JQuery element to show in cells. | optional.demo |
1. r: record object 2. tr: row element 3. gd: grid element |
how many page numbers will show in the page bar. optional. but, if you do not assign this value, the page bar will be hidden.
This event will be trigged since data be loaded to grid.
Sort by current sorter elements or assigned sorter element.
Manually fit the grid to the container of it or just fit to itself.
Create a new row but do not append it to grid.
Return element(tr) of new row.
Create and append a new row to grid.
Same param with "newRow" method.
Load data to grid from local memory.
Load data to grid from remote url(option loadUrl).
Freeze first one or seriate more columns from left.