mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For DataView.d.ts
This commit is contained in:
parent
da103f3a88
commit
3f49ae65c3
2 changed files with 12 additions and 0 deletions
4
components/lib/dataview/DataView.d.ts
vendored
4
components/lib/dataview/DataView.d.ts
vendored
|
@ -77,6 +77,10 @@ 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