Infinite Blog
News, announcements and release notes on Infinite Table.
shadcn/ui theme available for the InfiniteTable React DataGrid
We've all come to know and love ❤️ shadcn/ui. It comes with a consistent look and feel for all the components in the UI kit, and it's built on top of Tailwind, so people feel at home using it. As React developers, we're thankful for all the hard work happening in the React ecosystem, and we're happy to see more and more UI libraries focusing on providing great developer experience.
By admin
Flashing column cells in Infinite Table
Flashing cells is an important feature that has been requested by some of our users - both in public and private conversations.
By admin
New DataGrid themes available - ocean and balsam
With the release of <InfiniteTable />
v5.0.0 we've added two new themes: ocean
and balsam
.
By admin
How to configure the DataGrid to maximise screen real estate
Many modern apps rely heavily on white-space to make the user interface easy to read and follow. However, there are financial apps or data-heavy apps where you need to display a lot of information in a small space.
By admin
How to use Excel-like editing in your DataGrid
Excel-like editing is a very popular request we had. In this short article, we show you how to configure Excel-like editing in the Infinite React DataGrid.
By admin
Master Detail React DataGrid with Charts
In this demo, we show you how easy it is to leverage the master-detail support in our React DataGrid in order to toggle between a table and a chart view in the row detail.
By admin
A minimalist theme for your favorite React DataGrid
We implemented a minimalist theme for the Infinite React DataGrid - it's designed to be simple and clean, with a focus on readability and performance.
By admin
The best testing strategies for frontends
In our previous article, we focused on documenting the best testing setup for frontends, which used Playwright and Next.js. You can check out the repository here where you can find the full setup.
By admin
The best testing setup for frontends, with Playwright and NextJS
We want to share with you the best testing setup we've experienced - and this includes using Playwright and NextJS. It's a setup we've come up with for Infinite React DataGrid, which is a complex component, with lots of things to test, but this configuration has helped us ship with more confidence and speed.
By admin
How to use multiple cell selection in the DataGrid
The article will cover some popular cell-selection scenarios in Infinite React DataGrid.
By admin
Setting up a master-detail DataGrid with Infinite Table for React
We recently announced the release of master-detail in the Infinite React DataGrid, so we also made a video tutorial to follow along, if video is your preferred learning method.
By admin
Master detail is now available in the Infinite React DataGrid
Today is a big day for the Infinite React DataGrid - we're excited to announce that the master detail feature is now available!
By admin
How to customise the DataGrid default sorting
In this article, we'll show you how easy it is to configure the default sorting for the React DataGrid.
By admin
How to customise the DataGrid loading state
We're starting a series of short "How to"
articles that are very focused and show how to achieve a specific thing with the Infinite Table DataGrid.
By admin
Building a DataGrid with the right tools
Building for the browser has historically been very tedious. In the old days you had to resort to all sorts of hacks for getting the right layout - anyone remembers conditional comments targeting IE6-9? 😅
By admin
Infinite Table React DataGrid version 3.0.0 released
Version 3.0.0
is a release that brings a long awaited feature: cell selection. This allows the user to perform fined-grained cell selection, either via the prop or via the Cell Selection API.
By admin
Infinite Table DataGrid for React reaches version 2.0.0
Version 2.0.0
is a release that allowed us to polish many areas of the component and consolidate its existing features and APIs.
By admin
Using Menus in Infinite Table
With version 1.1.0, our DataGrid now includes support for context menus, which are fully configurable so you can create custom menus for any cell in the table.
By admin
Filtering Data with Infinite Table for React
Today we shipped cutting-edge column filtering functionality, that enables intuitive client-side and server-side filtering
By admin
Why Another React DataGrid?
We've been working on finding better ways to display tabular data for over 2 decades now and collectively we have 35+ years of experience working on this.
By admin
Quarterly Update - Autumn 2022
In the autumn our focus was implementing a dedicated Menu component so it can be used for column menus and row context menu.
By admin
Quarterly Update - Summer 2022
Over the summer, we continued our work on preparing for our official release, focusing mainly on adding new functionalities and documenting them thoroughly, together with enhancements to existing features.
By admin
Quarterly Update - Spring 2022
This spring, we've been hard at work preparing for our Autumn release.
By admin
DataGrid Keyboard Navigation
Using your keyboard to navigate around an app is crucial to moving fast and being productive.
By admin
Infinite Table Beta Launch 🚀
Today we are announcing the beta version (0.3.12
) of Infinite Table
ready to be used by early adopters.
By admin
Infinite Table Alpha Launch 🚀
Today we are announcing the alpha version (0.0.7
) of Infinite Table
ready to be used by early adopters - you can take it from npm
By admin