mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update dataTable doc and api-gen
This commit is contained in:
parent
aeef9595c2
commit
35d6cf003c
2 changed files with 24 additions and 2 deletions
|
@ -323,6 +323,12 @@ const DataTableProps = [
|
|||
default: "null",
|
||||
description: 'Height of the scroll viewport in fixed units or the "flex" keyword for a dynamic size.'
|
||||
},
|
||||
{
|
||||
name: "virtualScrollerOptions",
|
||||
type: "object",
|
||||
default: "null",
|
||||
description: 'Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it. Note: Currently only vertical orientation mode is supported.'
|
||||
},
|
||||
{
|
||||
name: "frozenValue",
|
||||
type: "array",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue