The DataGrid Blog

Latest insights, tutorials, and updates about DataGrids including AG Grid, MUI, TanStack, Infinite Table, and more.

Latest Posts

AG Grid Server-Side Row Model without writing a backend
AG Grid Server-Side Row Model without writing a backend
6 min readRadu
The AG Grid Server-Side Row Model needs a query backend that most teams end up writing from scratch. We wire AG Grid to THE DataGrid Protocol instead — server-side grouping, pivoting, filtering and pagination against a live public server, in about ten lines of integration code.
AG Gridserver-side row modelprotocol+1 more
AG Grid 36 introduces calculated columns
AG Grid 36 introduces calculated columns
7 min readRadu
AG Grid 36 adds calculated columns — derive new columns from formula expressions without touching your data source, complete with a built-in UI for end users. We look at how it works, with running examples.
AG Gridcalculated columnsformulas+1 more
DataGrid virtualization explained — row, column, and why it matters
DataGrid virtualization explained — row, column, and why it matters
5 min readRadu
How React DataGrid virtualization works, why row and column virtualization both matter for performance, and how leading grids like AG Grid and Infinite Table handle it.
performanceAG GridInfinite Table+2 more
AG Grid 35 introduces spreadsheet-style formulas in cells
AG Grid 35 introduces spreadsheet-style formulas in cells
4 min readRadu
AG Grid 35 adds in-cell formulas — Excel-like calculations that reference other cells, functions, and operators. We break down how it works and when it’s useful.
AG Gridformulasediting+1 more
Grouping your data by calculated values
Grouping your data by calculated values
4 min readRadu
Find out how to do custom grouping by calculated values
groupingAG GridInfinite Table+1 more
Picking the best datagrid
Picking the best datagrid
2 min readRadu
Advice on picking the best datagrid
general
Welcome to The DataGrid Blog
1 min readJonny
We're starting our journey to help you make the most of your DataGrid
generalintroduction