Skip to content

开发文档里,关于组件a-table的说明,第一个示例代码错误的设置了:dataSource=dataSource,应该为:data-source=dataSource #8332

@xuqingkai

Description

@xuqingkai

相关链接:
https://www.antdv.com/components/table
https://www.antdv.com/components/table-cn
在How To Use下方
....
How To Use #
Specify dataSource of Table as an array of data.
<template> <a-table :dataSource="dataSource" :columns="columns" /> </template>
....

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions