mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Update DataView.d.ts
This commit is contained in:
parent
e90b4d00cd
commit
19fd8d97c1
1 changed files with 4 additions and 4 deletions
8
components/lib/dataview/DataView.d.ts
vendored
8
components/lib/dataview/DataView.d.ts
vendored
|
@ -65,6 +65,10 @@ export interface DataViewPassThroughOptions {
|
|||
* Uses to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the grid's DOM element.
|
||||
*/
|
||||
grid?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the column's DOM element.
|
||||
*/
|
||||
|
@ -77,10 +81,6 @@ export interface DataViewPassThroughOptions {
|
|||
* Uses to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the grid's DOM element.
|
||||
*/
|
||||
grid?: DataViewPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue