Skip to content

vue bootstrap 分页,可自定义按钮操作函数,自动监测每页数据数量修改,可修改分页元素显示数量

Notifications You must be signed in to change notification settings

nejinn/vue-bootstrap-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-bootstrap-pagination

vue bootstrap有一个很强大的组件bootstrap-vue。但是这个组件的分页貌似并不支持前后端分离的分页。 我至少是每页看出来。如果有看出来的请告诉我。 如果有用这个组件的同学可以跟我交流。 QQ:871966163 直通车bootstrap-vue

自己写了个分页组件,开箱即用。

参数

组件参数 类型 默认值 描述
total 数字、字符串 1 数据总量
size 数字、字符串 10 每页数量
currentPage 数字、字符串 1 当前页码
limit 数字、字符串 5 分页元素
align 字符串 分页位置,默认是左边,可以选'left','center','right'
firstFunction 函数 第一页按钮函数
prevFunction 函数 上一页按钮函数
currentFunction 函数 点击页码函数
nextFunction 函数 下一页页码函数
lastFunction 函数 最后一页页码函数
sizeFunction 函数 修改每页数量自动执行函数

函数

名称 描述
getCurrentPage 获取分页当前页码

效果图

效果图

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

打开

http://localhost:8080/pagination

可以查看demo

About

vue bootstrap 分页,可自定义按钮操作函数,自动监测每页数据数量修改,可修改分页元素显示数量

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published