UNPKG

taro-table

Version:

tarojs table component

11 lines (7 loc) 239 B
#Tarojs table component. Need taro-ui and less 'support. `npm install taro-ui` `import TaroTable from 'taro-table'` ` <TaroTable dataSource={this.state.tableData} columns={this.state.column} styleObj={{marginTop: '20px'}}/> `