Update dataTable doc and api-gen

This commit is contained in:
mertsincan 2021-12-05 20:19:17 +03:00
parent aeef9595c2
commit 35d6cf003c
2 changed files with 24 additions and 2 deletions

View file

@ -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",