mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4024 - For DataTable
This commit is contained in:
parent
9cb888b6a0
commit
3f14493571
2 changed files with 6 additions and 6 deletions
4
components/lib/datatable/DataTable.d.ts
vendored
4
components/lib/datatable/DataTable.d.ts
vendored
|
@ -597,7 +597,7 @@ export interface DataTablePassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the rowgroup header's DOM element.
|
||||
*/
|
||||
rowgroupHeader?: DataTablePassThroughOptionType;
|
||||
rowGroupHeader?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the body row's DOM element.
|
||||
*/
|
||||
|
@ -609,7 +609,7 @@ export interface DataTablePassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the rowgroup footer's DOM element.
|
||||
*/
|
||||
rowgroupFooter?: DataTablePassThroughOptionType;
|
||||
rowGroupFooter?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the empty message's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue