mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
api generator updates
This commit is contained in:
parent
c4fcf01413
commit
4d1e62b33a
27 changed files with 174 additions and 26 deletions
|
@ -1142,6 +1142,10 @@ const DataTableSlots = [
|
|||
name: 'groupfooter',
|
||||
description: "Custom content for the component's subgroup footer."
|
||||
},
|
||||
{
|
||||
name: 'loading',
|
||||
description: 'Custom loading template.'
|
||||
},
|
||||
{
|
||||
name: 'loadingicon',
|
||||
description: 'Custom loading icon template.'
|
||||
|
@ -1173,6 +1177,10 @@ const DataTableSlots = [
|
|||
{
|
||||
name: 'paginatorlastpagelinkicon',
|
||||
description: 'Custom paginator last page link icon template.'
|
||||
},
|
||||
{
|
||||
name: 'empty',
|
||||
description: 'Custom empty template.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue