Merge branch 'master' of https://github.com/primefaces/primevue
commit
15368ab66d
|
@ -16233,6 +16233,14 @@
|
|||
"default": "",
|
||||
"description": "Used to pass attributes to the rowgroup header's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "rowGroupHeaderCell",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DataTablePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Used to pass attributes to the rowgroup header cell's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "bodyRow",
|
||||
"optional": true,
|
||||
|
@ -16249,6 +16257,14 @@
|
|||
"default": "",
|
||||
"description": "Used to pass attributes to the row expansion's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "rowExpansionCell",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DataTablePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Used to pass attributes to the row expansion cell's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "rowGroupFooter",
|
||||
"optional": true,
|
||||
|
@ -16257,6 +16273,14 @@
|
|||
"default": "",
|
||||
"description": "Used to pass attributes to the rowgroup footer's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "rowGroupFooterCell",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DataTablePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Used to pass attributes to the rowgroup footer cell's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "emptyMessage",
|
||||
"optional": true,
|
||||
|
@ -16265,6 +16289,14 @@
|
|||
"default": "",
|
||||
"description": "Used to pass attributes to the empty message's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "emptyMessageCell",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DataTablePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Used to pass attributes to the empty message cell's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "tfoot",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue