react+antd系列之引入table:默认展开行

import React from 'react'; import { Table } from 'antd'; class TableExple extends React.Component { render () { const columns = [ { title: 'Name', dataIndex: 'name', key: 'name' },
相关文章
相关标签/搜索