border |
boolean |
是否显示边框。 |
true |
loading |
boolean |
是否显示加载掩码。 |
false |
loadMsg |
string |
加载消息。 |
处理中,请稍候…… |
pagination |
boolean |
为True时,在datagrid顶部或底部显示分页工具栏。 |
false |
pagePosition |
string |
定义寻呼机条的位置。可选值:‘top’,‘bottom’,‘both’。 |
bottom |
pageLayout |
string[ ] |
分页布局定义。可选的值:'list', 'sep', 'first', 'prev', 'sep', 'tpl', 'sep', 'next', 'last', 'sep', 'refresh', 'info', 'links'。 |
['first','prev','links','next','last','refresh'] |
pageLinks |
number |
链接数量。 |
10 |
pageList |
number[ ] |
定义可以更改大小。 |
[10,20,30,40,50] |
lazy |
boolean |
是否延迟加载数据。 |
false |
virtualScroll |
boolean |
是否启用虚拟滚动。 |
false |
rowHeight |
number |
行高度,当virtualScroll设置为true时启用此属性。 |
32 |
pageNumber |
number |
设置分页或虚拟滚动属性时,初始化页码。 |
1 |
pageSize |
number |
设置分页或虚拟滚动属性时,初始化页面大小。 |
10 |
total |
number |
设置分页或虚拟滚动属性时,初始化总记录数。 |
0 |
data |
array |
要加载的数据。 |
[ ] |
idField |
string |
指出哪个字段是标识字段。 |
null |
selectionMode |
string |
选择模式。可选的值:'single', 'multiple', 'cell', 'multicell'。 |
null |
selection |
Object, Array |
选择的行或单元格。 |
null |
filterable |
boolean |
是否启用筛选。 |
false |
filterRules |
any[ ] |
过滤规则。每个规则都包含“field”、“op”和“value”属性。 |
[ ] |
filterDelay |
number |
延迟加载过滤器。 |
400 |
filterMatchingType |
string |
指定过滤后的行是否需要匹配所有或任何应用的过滤器。可选的值:“all”, “any”。 |
all |
filterPosition |
string |
过滤器行位置与列对应。可选的值:'top', 'bottom'。 |
bottom |
filterBtnPosition |
string |
过滤器按钮的位置。可选的值:'left', 'right'。 |
right |
filterOperators |
any[ ] |
过滤器操作符定义。 |
default operators |