1.0.1 • Published 6 years ago

@flyer2311/vue-sm-table v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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

  1. support static table
  2. support async
  3. support timeout and fail
  4. support px2rem

Environment

  1. VUE(install CLI)
  2. iscroll

Basic instructions

请看./example/example.vue的例子

Inner construction

<FLYER-table
:td='td'
:th='th'
:error='error'
@resetFunction='getData()'
>
</FLYER-table>
1.0.1

6 years ago

1.0.0

6 years ago