vue-sm-table
this is a table-plugin that can be used in mobile, it is based on iscroll
Download
npm install @flyer2311/vue-sm-table --save
Function
- support static table
- support async
- support timeout and fail
- support px2rem
Environment
- VUE(install CLI)
- iscroll
Basic instructions
请看./example/example.vue的例子
Inner construction
<FLYER-table
:td='td'
:th='th'
:error='error'
@resetFunction='getData()'
>
</FLYER-table>