api generator updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-18 16:42:36 +03:00
parent c4fcf01413
commit 4d1e62b33a
27 changed files with 174 additions and 26 deletions

View file

@ -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.'
}
];