This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

endless-react-table

0.1.3 • Public • Published

Take your table to the next level, Virtually!

  • NOTE: This package is still WIP and is not stable right now. Good things will come and they worth the wait. Please keep an eye on the repo for updates.

A react component that allows you to create a table aimed for really big data. Though it is not a full featured table, it is a good starting point for your own table.

Uses react's virtual DOM heavily to give you a fast and efficient way to create a table and scroll around it without having to worry about the DOM.

Highly customizable and easy to use. Crafted with keeping "Performance" in it's core!

Usage

  • import { ERTable } from 'endless-react-table'
  • <ERTable columns={columns} rows={rows} rowHeight={30} lines={15} />

Progress

  • [ ] Table

  • [ ] Scrolling

  • [x] Endless Scrolling

  • [ ] Sorting

  • [ ] Filtering

  • [ ] Search

  • [ ] Performance

  • [ ] Customization

  • [ ] Pagination

  • Feel free to contribute! Github

Readme

Keywords

none

Package Sidebar

Install

npm i endless-react-table

Weekly Downloads

0

Version

0.1.3

License

none

Unpacked Size

34.7 kB

Total Files

21

Last publish

Collaborators

  • mr.online7446