
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
endless-react-table
Advanced tools
- **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!
import { ERTable } from 'endless-react-table'<ERTable columns={columns} rows={rows} rowHeight={30} lines={15} />Table
Scrolling
Endless Scrolling
Sorting
Filtering
Search
Performance
Customization
Pagination
Feel free to contribute! Github
FAQs
- **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.*
We found that endless-react-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.