0.1.10 • Published 5 years ago

bpform v0.1.10

Weekly downloads
-
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,组件中有使用了一个翻页
0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago