UNPKG
taro-table
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
tarojs table component
taro-table
/
README.md
11 lines
(7 loc)
•
239 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
#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
'}}/>
`