Home > Web Front-end > JS Tutorial > body text

jQuery EasyUI API Chinese documentation - PropertyGrid property table_jquery

WBOY
Release: 2016-05-16 17:59:11
Original
1329 people have browsed it

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!