window-table
Version:
Windowing Table for React based on React Window
43 lines (27 loc) • 1.41 kB
Markdown
# window-table
> Render thousands of rows in a HTML table in React
[](https://www.npmjs.com/package/window-table)
[](https://standardjs.com)
[](https://circleci.com/gh/pupudu/window-table)
## DEMO
We have a website **now**!!!
Checkout [**window-table.now.sh**](http://window-table.now.sh)
**Like the idea? Support us by pressing the star button.**
## Introduction
This is a light-weight, powerful implementation of a virtualized
table, based off the awesome library, `react-window`
by Brian Vaughn(ReactJs core team member).
**Brian Vaughn himself had a look at this library and was impressed
by our efforts!** How cool is that?
Why Window Table?
* Blazing Fast - thanks to `react-window`
* Tiny footprint - <2kB
* Super easy to customize - Custom tags, class names and what not
* Supports HTML5 table tags
* Production Ready - Being used all in the Admin application at hipages, Australia
checkout the [website](http://window-table.now.sh)
for getting started, API docs, examples and guides.
Check a [live preview](https://6w5ov594vn.codesandbox.io/) and
the editable [code-sandbox](https://codesandbox.io/s/6w5ov594vn)
## License
MIT © [pupudu](https://github.com/pupudu)