Merge branch 'master' of https://github.com/primefaces/primevue
commit
15368ab66d
|
@ -16233,6 +16233,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the rowgroup header's DOM element."
|
"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",
|
"name": "bodyRow",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -16249,6 +16257,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the row expansion's DOM element."
|
"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",
|
"name": "rowGroupFooter",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -16257,6 +16273,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the rowgroup footer's DOM element."
|
"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",
|
"name": "emptyMessage",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -16265,6 +16289,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the empty message's DOM element."
|
"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",
|
"name": "tfoot",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue