Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pupudu/window-table
Windowing Table for React based on React Window
https://github.com/pupudu/window-table
bootstrap data-table infinite-scroll react table virtualization window windowing
Last synced: about 18 hours ago
JSON representation
Windowing Table for React based on React Window
- Host: GitHub
- URL: https://github.com/pupudu/window-table
- Owner: pupudu
- Created: 2019-04-11T03:25:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T08:05:43.000Z (about 1 year ago)
- Last Synced: 2024-12-15T17:10:03.555Z (8 days ago)
- Topics: bootstrap, data-table, infinite-scroll, react, table, virtualization, window, windowing
- Language: TypeScript
- Homepage: https://window-table.netlify.com/
- Size: 5.21 MB
- Stars: 170
- Watchers: 3
- Forks: 13
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# window-table
> Render large amounts of data in a HTML table in React
[![NPM](https://img.shields.io/npm/v/window-table.svg)](https://www.npmjs.com/package/window-table)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![CircleCI](https://circleci.com/gh/pupudu/window-table.svg?style=svg)](https://circleci.com/gh/pupudu/window-table)Checkout [**window-table.netlify.com**](https://window-table.netlify.com/)
for getting started, API docs, examples and guides.Check a simpler [Demo](https://6w5ov594vn.codesandbox.io/) and
the corresponding editable [code-sandbox](https://codesandbox.io/s/6w5ov594vn)**Support us by pressing the star button.**
## Introduction
This is a light-weight, powerful implementation of a virtualized
table, based off `react-window`. Why Window Table?
* Supports HTML5 table tags
* Tiny footprint - ~10kB
* Easy to customize - Custom tags, class names and what not## Alternatives
* [React Fluid Table](https://mckervinc.github.io/react-fluid-table/#/),
a drop in replacement for window-table with a ton of more features.
* [React Base Table](https://autodesk.github.io/react-base-table),
a library which also offers a ton more features, with a slightly different API.## Looking for contributions
I, the author of this library, have been unable to provide support for the issues opened in the library
in the past few months. Contributions highly appreciated.