npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vue-bptable

v1.0.27

Published

vue.js table component

Downloads

11

Readme

bptable

文档链接 https://pan.baidu.com/s/1Anxxz5sqlaKAloguyQXrPA

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

# 在全局引入
import BPTable from 'vue-bptable'
Vue.use(BPTable)

#在页面上使用
<BPTable :data="bodyData" :columns="headData" fixed loadMore stripe border :total="footData"></BPTable>

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

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

#1.0.5 checkBox 支持按条件disabled数据 写法和button一致 case caseType

#1.0.6 自身集成iview

#1.0.8 选中某列后触发回调事件 监听 pick-row 返回行对象 {}

#1.0.9 斑马线选中样式失效bug修复

#1.0.11 修复table动态列后可选下载列为空的bug

#1.0.12 修改动态列后渲染部分未渲染的bug,导出部分未更新的bug

#1.0.13 修复配置参数类型错误warn

#1.0.14 之前修复问题的编译包更新

#1.0.15 cellTip传入空值兼容

#1.0.17 buttons按钮组兼容disabled事件

#1.0.18 新增column配置项combine上下相邻两个单元格合并

#1.0.19 新增column配置项sortable可排序

#1.0.20 column配置项combine合并单元格优化,向下合并相连的所有符合条件的列

#1.0.21 多级表头兼容多选框,导出,排序

#1.0.24 新增翻页后多选仍旧选中的配置项rowKey

#1.0.25 多选框全选和全不选改回选择框

#1.0.27 全选展示与下面的选项关联