window-table
Version:
Windowing Table for React based on React Window
34 lines (24 loc) • 1.47 kB
Markdown
# window-table
> Render large amounts of data in a HTML table in React
[](https://www.npmjs.com/package/window-table)
[](https://standardjs.com)
[](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.