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

@fzw/react-datatable

v0.1.20

Published

fully functional data table

Downloads

1

Readme

React DataTable

React DataTable 基于@tanstack/react-table实现, 配对依赖:tailwindcssdaisyui.

Demo

Demo 后备站点

数据表组件提供的功能:

  1. 完全可自定义的单元格显示组件和编辑组件
  2. 多行列头(列头分组)
  3. 隐藏/显示列
  4. 拖拉列头调整列序
  5. 拖拉列头进行数据分组
  6. 拖拉调整列大小.
  7. 粘性列头/列脚
  8. 数据分页
  9. 滚动行虚拟化
  10. 数据排序, 支持单列排序和多列排序(按住 shift 键)
  11. 列过滤
  12. 全局过滤
  13. 固定列(置顶并冻结).
  14. 行选择, 支持单选和多选, 多选时支持全选, 全选的数据范围可以设置全部行或是当页下的所有行.
  15. 树形表格.
  16. 数据表导出 Excel
  17. 数据编辑
  18. SSR, 支持 React v18 的 Stream SSR 渲染
  19. 移动端支持