From 5cf78eb31e4d8828979bc0341cfe5ece946c8566 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 19 Jul 2023 12:02:28 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 60b93f407..35034edbf 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -44214,6 +44214,14 @@ "default": "stack", "description": "Defines the responsive mode, currently only option is scroll." }, + { + "name": "size", + "optional": true, + "readonly": false, + "type": "\"small\" | \"large\"", + "default": "", + "description": "Defines the size of the table." + }, { "name": "tableProps", "optional": true,