Package Exports
- @infinite-table/infinite-react
- @infinite-table/infinite-react/index.esm.js
- @infinite-table/infinite-react/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@infinite-table/infinite-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Table Of Contents
- π€ What is Infinite?
- π¦ Installation
- π Extensive documentation
- β€οΈ TypeScript
- π’ Enterprise-ready
- π¨ Themable
- π Releases
- π License
π€ What is Infinite?
Infinite Table is a React DataGrid component for displaying virtualized tabular data. It helps you display huge datasets and get the most out of them by providing you the right tools to do so:
- π sorting
- πͺ row grouping - both server-side and client-side
- π’ pivoting - both server-side and client-side
- π§ͺ aggregations
- πͺοΈ live pagination
- π΄lazy loading
- π§ keyboard navigation for cells and rows
- βοΈ fixed and flexible columns
- π§© column grouping
- π filtering
- π¨ theming
π¦ Installation
npm install @infinite-table/infinite-react --saveπ Extensive documentation
Our approach with the InfiniteTable is to go documentation first. From our developer experience we know that most software products lack a good documentation. So we want to be different and start with the documentation first since our purpose is to have an outstanding documentation that developers can actually use.
Visit our docs and getting-started guide
β€οΈ TypeScript
It's fully typed and offers you great developer experience to help you get up and running quickly
The TypeScript typings file is included in the npm package - you don't have to download an additional @types package.
π’ Enterprise-ready
Infinite Table is ready to power your enterprise apps, as it supports advanced data fetching, filtering, sorting, grouping, pivoting, aggregations, live pagination, lazy loading - all of those with support for both client-side and server-side implementations.
You can choose to leverage our built-in implementations in the browser or you can process your data on the server with full support from our-side.
π Secure by default
We take security seriously and only have a total of 3 dependencies in our full dependency graph - and this number will only go down.
π¦ Small bundle size
Our bundle size is under 200kB and we're keeping it small.
π§ͺ Automated end-to-end tests
Our releases are automated and we have end-to-end tests that ensure we're delivering to our standards. Real-browser tests help us move with confidence and continue to ship great features.
π¨ Themable
Infinite Table is fully customizable, via CSS variables. It ships with both a light and a dark theme - you have to import the CSS file from the package.
import "@infinite-table/infinite-react/index.css"This file includes both the light and the dark themes.
π Releases
We release often - see what each release contains hre. Due to our automated releases which have integrated tests, we're confident that we're delivering the best possible experience to our users.
π License
Both Open and Commercial License