Update API doc
parent
3d43ab506f
commit
daf38ca8fe
|
@ -19994,6 +19994,14 @@
|
|||
"default": "false",
|
||||
"description": "Whether to displays rows with alternating colors."
|
||||
},
|
||||
{
|
||||
"name": "highlightOnSelect",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Highlights automatically the first item."
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"optional": true,
|
||||
|
@ -36625,6 +36633,14 @@
|
|||
"default": "false",
|
||||
"description": "Whether to focus on the filter element when the overlay panel is shown."
|
||||
},
|
||||
{
|
||||
"name": "highlightOnSelect",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Highlights automatically the first item."
|
||||
},
|
||||
{
|
||||
"name": "filterMessage",
|
||||
"optional": true,
|
||||
|
@ -54623,6 +54639,14 @@
|
|||
"default": "",
|
||||
"description": "Locale to use in filtering. The default locale is the host environment's current locale."
|
||||
},
|
||||
{
|
||||
"name": "highlightOnSelect",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Highlights automatically the first item."
|
||||
},
|
||||
{
|
||||
"name": "scrollHeight",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue