mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
20726d35e1
commit
8a1a8e8214
3 changed files with 18 additions and 4 deletions
|
@ -153,15 +153,19 @@ const VirtualScrollerEvents = [
|
|||
const VirtualScrollerSlots = [
|
||||
{
|
||||
name: 'item',
|
||||
description: 'Content for the item'
|
||||
description: 'Content for the item.'
|
||||
},
|
||||
{
|
||||
name: 'content',
|
||||
description: 'Custom content for the component'
|
||||
description: 'Custom content for the component.'
|
||||
},
|
||||
{
|
||||
name: 'loader',
|
||||
description: 'Custom content for the loader items'
|
||||
description: 'Custom content for the loader items.'
|
||||
},
|
||||
{
|
||||
name: 'loadingicon',
|
||||
description: 'Custom loading icon template.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue