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'}}/>