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 🙏

© 2026 – Pkg Stats / Ryan Hefner

trendstable

v11.12.1

Published

基于vue+elementUI的动态表格列显示隐藏,分页,支持表格序号多选

Readme

trendstable

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

此分支:将表格显示区域+显示/隐藏列+分页 功能组件化。

参数说明:

1.tableList:列表数据 2.hideColumnIndexs:初始化隐藏列的下标 3.pageSize:每页数据条数 4.pageNumber:当前页码 5.total:数据总条数 6.getHideColist:隐藏/显示列动态更改-传参(方法) 7.pagination:分页相关数据(方法) 8.selection-change:-跟el-table中的表格事件-一样可直接使用

相关的扩展功能 或者table的其他事件方法可参照elementUI中的方法自行添加

2020-11-12 2.01版本

1.在原有版本上优化更改 表格列的隐藏与显示依据-getHideColist方法中的相应prop参数---更改状态要调用this.$forceUpdate()强制更新 class-name="column_visible"在需要隐藏的列上加上特定的类名 hideColumnIndexs去除此方法