mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For VirtualScroller
This commit is contained in:
parent
a1f6e57d43
commit
afd4ddde69
4 changed files with 112 additions and 5 deletions
|
@ -101,6 +101,12 @@ const VirtualScrollerProps = [
|
|||
type: 'number|string',
|
||||
default: '0',
|
||||
description: 'Index of the element in tabbing order.'
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
default: 'null',
|
||||
description: 'Uses to pass attributes to DOM elements inside the component.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue