mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #3983 - For TreeTable
This commit is contained in:
parent
a5ec0a6b9f
commit
5b450d2ecc
6 changed files with 65 additions and 31 deletions
5
components/lib/treetable/TreeTable.d.ts
vendored
5
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -8,6 +8,7 @@
|
|||
*
|
||||
*/
|
||||
import { VNode } from 'vue';
|
||||
import { ColumnPassThroughOptionType } from '../column';
|
||||
import { PaginatorPassThroughOptionType } from '../paginator';
|
||||
import { TreeNode } from '../tree';
|
||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||
|
@ -282,6 +283,10 @@ export interface TreeTablePassThroughOptions {
|
|||
* Uses to pass attributes to the hidden input's DOM element.
|
||||
*/
|
||||
hiddenInput?: TreeTablePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the Column helper components.
|
||||
*/
|
||||
column?: ColumnPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue