Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

taro-table

ljn1993793ISC1.0.2TypeScript support: included

tarojs table component

tarojs taro-ui table

readme

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