Home  >  Article  >  Web Front-end  >  jQuery EasyUI API Chinese documentation - PropertyGrid property table_jquery

jQuery EasyUI API Chinese documentation - PropertyGrid property table_jquery

WBOY
WBOYOriginal
2016-05-16 17:59:111332browse

Extends from $.fn.datagrid.defaults, overriding defaults with $.fn.propertygrid.defaults.

Dependencies

datagrid
Usage

Copy code The code is as follows:



Copy code The code is as follows:

$('#pg').propertygrid({
url:'propertygrid_data.json',
showGroup:true
});

特性

其特性扩展自 datagrid,下列是为 propertygrid 增加的特性。

名称

类型

说明

默认值

showGroup

boolean

定义是否显示特性组。

false

groupField

string

定义组的字段名。

group

groupFormatter

function

Defines how to format the group's values.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn