Introducing Our Figma Design System Sticker Sheets Writing E2E Tests for AG Grid React Tables with Playwright Optimising Large Data Set Visualisations with the M4 Algorithm Using AG Grid with Next.js to Build a React Table Introducing Long-Term Support (LTS) for AG Grid and AG Charts Upgrading To AG Grid 33 What's New in AG Grid 33 What's New in AG Charts 11 Switching the Localisation Language in AG Charts Using AG Grid in Reflex: A Python Framework
In Memory of Niall Crosby We are saddened to confirm that our brilliant CEO and founder, Niall Crosby, has tragically passed away in an accident in recent days.
How To Building CRUD in AG Grid with Angular and Redux Learn how to set up and perform CRUD operations in AG Grid while keeping row data inside the Redux store. We illustrate this with a live sample in Angular.
Misc Proof Trading Case Study Proof Trading is a startup with the goal to revolutionize equity trading, we sat down to learn about their business and how they use AG Grid in their real time trading platform.
Misc Proof Trading WebRush Podcast Using AG Grid Han Dong and Prerak Sanghvi from Proof Trading were interviewed in episode 149 of the WebRush podcast describing into the decisions and experimentations that are required to build a high performance application.
How To Creating Popups in AG Grid Learn how to create an interactive menu component as a popup that is triggered on a button click in AG Grid. See the sample code in JS/Angular/React/Vue.
Misc Using Typescript to Auto-Generate Documentation The public interfaces of AG Grid are ever-changing as features are added and refined. How do we ensure that our documentation stays up to date?
How To Advanced Filtering in AG Grid using OR-Filtering Conditions See how to apply OR-Filtering conditions in AG Grid together with the default AND-filter conditions. The approach is illustrated in a sample project.
Misc JavaScript Jabber Podcast Niall Crosby, founder of AG Grid, appeared on the JavaScript Jabber podcast. Topics discussed included - JavaScript Data Grids, supporting multiple frameworks, DOM performance, Web Components, IOC, typescript and more.
Tutorial How to Write a Podcast App Using React and AG Grid In this post we will iteratively create a simple Podcast listening app using React. The main GUI for the app will be AG Grid so you can see how simple it is to get a prototype application up and running, leaning on the React Data Grid to do much of the heavy lifting for us.
Releases Introducing AG Grid Sparklines Learn how to use the built-in AG Grid sparklines to visualise your data and improve the user experience. See the configuration and customization options.
React Creating a React Tile Slider Puzzle AG Grid's new React Rendering Engine is written 100% in React. To demonstrate the use of custom headers in the new React Rendering Engine we created a simple game to add buttons in the header using a custom header renderer, the game code also demonstrates other customization approaches.
Releases What's new in AG Grid 26.1 See the major improvements in Ag-Grid 26.1 - sparklines, chart series highlighting, ReactUI column header component support, entire row dragging and more.
Angular Fully Typed Angular Components As of AG Grid v26 we have applied full typings to the Angular components. All Input and Output properties now use the GridOption interface type for the property instead of any.
Angular Building CRUD in AG Grid with Angular and NGXS Learn how to use CRUD operations with NGXS, Angular and AG Grid. The sample project shows how to notify the NGXS store of changes in AG Grid data.
React React UI Overview - 100% React AG Grid's React UI is a rendering engine written in pure React 100% throughout so it is fast and plays well with React dev tools and coding approaches.
Releases What's new in AG Grid 26 See the major improvements in Ag-Grid 26 - React UI renderer, updated typing information, row grouping improvements, chart series marker labels and more.
React Customising React Data Grid with hooks and functions AG Grid allows extensive customisation by creating custom components. In this post we will create custom components for rendering cells, filtering column values, editing cell values.
React Getting Started with React Hooks and React Data Grid in 5 minutes In this post we will cover Getting Started using Hooks and how to optimise components which use the React Data Grid.
Misc Keeping Up To Date With JavaScript Libraries Most projects have dependencies on other libraries, the problem is that they need to be refreshed to fix bugs, security issues and take advantage of new features.
Tutorial React Data Grid Example Projects This post will provide a quick overview of the React Data Grid example repo with some suggested exercises to act as introductions for developing using AG Grid.
How To Subscribing to a live data stream with AG Grid using RxJS Observables Learn how to subscribe to a live data stream with AG Grid using RxJS Observables and build a simple Stock Ticker application based on Angular.
How To Standalone React Data Charts In this post I will create a drop in replacement for the existing D3 based Historical Data Chart panel, and instead use the Free AG Grid Standalone Charts library.