mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
parent
f39b351f10
commit
435de17919
6 changed files with 59 additions and 29 deletions
5
components/lib/treetable/TreeTable.d.ts
vendored
5
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -395,6 +395,11 @@ export interface TreeTableProps {
|
|||
* An array of treenodes.
|
||||
*/
|
||||
value?: TreeNode[] | undefined;
|
||||
/**
|
||||
* Name of the field that uniquely identifies the a record in the data.
|
||||
* @defaultValue "key"
|
||||
*/
|
||||
dataKey?: string | ((item: any) => string) | undefined;
|
||||
/**
|
||||
* A map of keys to represent the state of the tree expansion state in controlled mode.
|
||||
* @see TreeTableExpandedKeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue