New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

endless-react-table

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

endless-react-table

- **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.*

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 17 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts