mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #338 - Scrollable TreeTable
This commit is contained in:
parent
8329ed5423
commit
60547bc237
11 changed files with 702 additions and 190 deletions
|
@ -196,6 +196,24 @@ const TreeTableProps = [
|
|||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Whether to show grid lines between cells."
|
||||
},
|
||||
{
|
||||
name: "scrollable",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "When specified, enables horizontal and/or vertical scrolling."
|
||||
},
|
||||
{
|
||||
name: "scrollDirection",
|
||||
type: "string",
|
||||
default: "vertical",
|
||||
description: 'Orientation of the scrolling, options are "vertical", "horizontal" and "both".'
|
||||
},
|
||||
{
|
||||
name: "scrollHeight",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: 'Height of the scroll viewport in fixed units or the "flex" keyword for a dynamic size.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue