{
    "name": "table",
    "label": "table",
    "description": "table",
    "codeSnap": "<table\n            main=\"{title: ['标题','标题'],list: [{title: '标题',desc: [{content: '内容'}]},{title: '标题',desc: [{content: '内容'}]}]}\"\n        >\n        </table>",
    "groups": "layout",
    "demoCode": {
        "s": "<table\n            main=\"{{main}}\"\n        >\n        </table>",
        "js": "Page({\n    data: {\n        main: {\n            title: ['标题', '标题', '标题', '标题'],\n            list: [\n                {\n                    title: '标题',\n                    desc: [\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        }\n                    ]\n                },\n                {\n                    title: '标题',\n                    desc: [\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        }\n                    ]\n                },\n                {\n                    title: '标题',\n                    desc: [\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        }\n                    ]\n                },\n                {\n                    title: '标题',\n                    desc: [\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        },\n                        {\n                            content: '内容'\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n});\n"
    },
    "fragement": "",
    "properties": {
        "attributes": [
            {
                "name": "main",
                "type": "Object",
                "description": "table的渲染数据",
                "required": "是",
                "default": "{}"
            }
        ],
        "externalClasses": [
            {
                "name": "gov-table-content",
                "type": "",
                "description": "table外层的扩展样式类，可通过此class改变其的样式，如背景颜色：background: #f00",
                "required": "否",
                "default": "-"
            },
            {
                "name": "gov-table-title'",
                "type": "",
                "description": "table头部第一行标题的扩展样式，可通过此class改变其外部的样式，如背景颜色，background: #f00",
                "required": "否",
                "default": "-"
            },
            {
                "name": "gov-table-title-item",
                "type": "",
                "description": "table头部第一行标题每一项的样式的扩展样式类，可通过此class改变其的样式，如字体大小：font-size: 54px",
                "required": "否",
                "default": "-"
            }
        ]
    }
}