react antd table 使用示例

const { Table } = antd; const columns = [{ title: 'Name', dataIndex: 'name', }, { title: 'Age', dataIndex: 'age', }, { title: 'Address', dataIndex: 'address', }]; const data = []; for (l
相關文章
相關標籤/搜索