文件名称:table:React表
文件大小:107KB
文件格式:ZIP
更新时间:2024-05-18 06:40:28
TypeScript
rc表 使用有用的功能来响应表组件。 安装 发展 npm install npm start 例子 用法 import Table from 'rc-table' ; const columns = [ { title : 'Name' , dataIndex : 'name' , key : 'name' , width : 100 , } , { title : 'Age' , dataIndex : 'age' , key : 'age' , width : 100 , } , { title : 'Address' , dataIndex : 'address' , key : 'address' , width : 200 , } , { title