1.0.4 • Published 5 years ago

bptable-vue v1.0.4

Weekly downloads
84
License
MIT
Repository
-
Last release
5 years ago

bptable

vue.js table component

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# 说明书在 BPTable组件使用说明.doc

# 在index
import BPTable from 'vue-bptable'
Vue.use(BPTable)

<BPTable :data="bodyData" :columns="headData" fixed loadMore stripe border :total="footData"></BPTable>

#用法基本与iview的table一致,修复了部分问题,做了一些横向扩展

#默认引入项目需引入iview,组件中有使用了一个翻页