mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3983 - For DataTable
This commit is contained in:
parent
e0194b3af4
commit
9c2d39313f
10 changed files with 152 additions and 78 deletions
4
components/lib/datatable/DataTable.d.ts
vendored
4
components/lib/datatable/DataTable.d.ts
vendored
|
@ -596,9 +596,9 @@ export interface DataTablePassThroughOptions {
|
|||
*/
|
||||
rowgroupHeader?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the row's DOM element.
|
||||
* Uses to pass attributes to the body row's DOM element.
|
||||
*/
|
||||
row?: DataTablePassThroughOptionType;
|
||||
bodyRow?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the row expansion's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue