JQuery DataGrid 中文文档

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

JQuery DataGrid的例子在附件里面,下面给出Jquery DataGrid 的中文文档。Name Type Description Default

null

title string The datagrid panel title text. DataGrid

的面板标题文字。

iconCls string A CSS class that will provide a

null

background image to be used as the

header icon. 一个CSS类,将提供一个背

景图片作为标题图标。

true

border boolean True to show datagrid panel border. 真

到DataGrid中显示面板的边界。

auto

width number The width of datagrid width. 宽度的

DataGrid的宽度。

auto

height number The height of datagrid height. 该数据

网格的高度的高度。

columns array The datagrid columns config object, see

null

column properties for more details.

DataGrid的列的配置对象,看到更多的细

节列属性。

null frozenColumns array Same as the columns property, but the

these columns will be frozen on left.

Columns属性相同,但将这些列左冻结。

striped boolean True to stripe the rows. True 条纹行。false

post

method string The method type to request remote data.

该方法要求远程数据类型。

nowrap boolean True to display data in one line. 真

true

正显示在同一行数据。

idField string Indicate which field is an identity

null

field. 说明哪些字段是一个标识字段。

url string A URL to request data from remote site.

一个URL请求从远程站点的数据。

null

loadMsg string When loading data from remote site,

show a prompt message. 当从远程站点加

载数据,显示一个提示信息。Processing, please wait …处理中,请稍候…

pagination boolean True to show a pagination toolbar on

datagrid bottom. True展现出对DataGrid

的底部分页工具栏。

false

rownumbers boolean True to show a row number column. True

显示行号列。

false

singleSelect boolean True to allow selecting only one row.

True只允许选择一行。

false

fit boolean True to set size to fit it’s parent

container. True设置大小,以适应它的父

容器。

false

pageNumber number When set pagination property,

initialize the page number. 当设置分

页属性,初始化的页码。

1

pageSize number When set pagination property,

initialize the page size. 当设置分页

属性,初始化的页面大小。

10

pageList array When set pagination property,

initialize the page size selecting

list. 当设置分页属性,初始化的页面大

小选择清单。

[10,20,30,40,50]

queryParams object When request remote data, sending

additional parameters also. 当请求,

远程数据发送额外的参数也。

{}

sortName string Defines which column can be sorted. 可

排序的列定义。

null

sortOrder string Defines the column sort order, can only

be ‘asc’ or ‘desc’. 定义的列的排

asc

Events

Name Parameters Description

onLoadSuccess none Fires when remote data is loaded successfully. 触发时,

远程数据加载成功。

onLoadError none Fires when some error occur to load remote data. 触发发

生时的一些错误加载远程数据。

onClickRow rowIndex,

rowData Fires when user click a row, the parameters contains: 触发时,用户点击一个行,参数包括:

rowIndex: the clicked row index, start with 0 rowIndex:单击的行的索引,从0开始

rowData: the record corresponding to the clicked row rowData:记录点击相应的行

onDblClickRow rowIndex,

rowData Fires when user dblclick a row, the parameters contains: 当用户触发的DblClick一排,参数包括:

rowIndex: the clicked row index, start with 0 rowIndex:单击的行的索引,从0开始

rowData: the record corresponding to the clicked row rowData:记录点击相应的行

onSortColumn sort, order Fires when user sort a column, the parameters contains: 当

用户触发排序列,参数包括:

sort: the sort column field name 排序:排序列字段名称

order: the sort column order 订购:排序列顺序

onSelect rowIndex,

rowData Fires when user select a row, the parameters contains: 触发时,用户选择一行,参数包括:

rowIndex: the selected row index, start with 0 rowIndex:选定行的索引,从0开始

rowData: the record corresponding to the selected row rowData:记录对应到选定的行

onUnselect rowIndex,

rowData Fires when user unselect a row, the parameters contains: 触发时,用户取消选择一个行,参数包括:

rowIndex: the unselected row index, start with 0 rowIndex:没有被选中的行的索引,从0开始

rowData: the record corresponding to the unselected row

相关文档
最新文档