mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3924 - For DataView & DataViewLayoutOptions
This commit is contained in:
parent
f101f1379d
commit
b82bf5295a
7 changed files with 173 additions and 13 deletions
|
@ -4,6 +4,12 @@ const DataViewLayoutOptionsProps = [
|
|||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Value of the component.'
|
||||
},
|
||||
{
|
||||
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