mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #1268 - Add lazy option to TabView and Accordion
This commit is contained in:
parent
fd7267bc01
commit
1253676112
6 changed files with 84 additions and 6 deletions
|
@ -4,6 +4,12 @@ const TabViewProps = [
|
|||
type: "number",
|
||||
default: "0",
|
||||
description: "Index of the active tab."
|
||||
},
|
||||
{
|
||||
name: "lazy",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "When enabled, hidden tabs are not rendered at all. Defaults to false that hides tabs with css."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue