Fixed #4156 - DataTable & TreeTable: new size property

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-19 15:01:49 +03:00
parent c69c373b12
commit 467ac78118
5 changed files with 30 additions and 2 deletions

View file

@ -366,6 +366,12 @@ const DataTableProps = [
default: 'false',
description: 'Whether to displays rows with alternating colors.'
},
{
name: 'size',
type: 'string',
default: 'null',
description: 'Defines the size of the table.'
},
{
name: 'tableStyle',
type: 'object',