Skip to content

Mr0nline/endless-react-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Endless Scrolling

  • Sorting

  • Filtering

  • Search

  • Performance

  • Customization

  • Pagination

  • Feel free to contribute! Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published