Misc Why Use a Third-Party Data Grid Component? For most projects, a third-party data grid component beats building a data grid yourself. Going with a third-party solution saves your team many months of planning, development, and testing. Furthermore, third-party grid components offer the best long-term support from professional developers
Misc JS Nation and React Summit June 2022 Overview June was a busy month for the AG Grid team as we were sponsoring and presenting at the JS Nation and React Summit conferences in Amsterdam
Misc How to evaluate a Javascript Data Grid What do we do when hunting for a new component to meet a specific need? How do we answer the question "What is the best Data Grid?"
React Geekle React Global Summit 2022 Overview The Geekle React Global Online Summit took place in April 2022, AG Grid helped sponsor the conference
React Reactathon - React in the Park May 2022 React in the Park took place in San Francisco, on 2 - 5 May 2022. AG Grid sponsored the live stream for the conference.
React Styling React Data Grid With Custom CSS Styles AG Grid offers three different approaches for applying Custom CSS styles. These approaches are: Cell / Row Styles, Cell / Row Classes, and Cell / Row Class Rules. This tutorial will cover all three methods, each of which is useful in specific situations.
Misc AG Grid on The Angular Plus Show Podcast Stephen Cooper was guest on [The Angular Plus show podcast which was released on 8th July 2022. Describing his move into Angular, Automatically Creating Documentation and Examples... and more.
React Headless React Table Compared to AG Grid React Data Grid When building complex web applications, you will often find yourself needing something more advanced than a simple table. This is where data grids come into play. In this context, a data grid is essentially an interactive table.
Misc Prisma.io Case Study "We had very specific kinds of behaviour in mind, and spent a lot of time in CodeSandbox experimenting with different libraries, before finding an out-of-the-box solution like AG Grid that fit all our criteria."
Misc Football Stats Direct Interview Viqas Hussain created the FootballStatsDirect.com application. Written in React, using RapidAPI and Firebase. We managed to grab some time with Viqas to talk through the project and see a demo of it in action.
Misc Adaptable Tools Demo and Interview We sat down with Jonny Wolfson, CTO of Adaptable Tools, and he provided a demo overview of Adaptable Tools in action.
Misc Pablo Fonseca Interview - Streamlit AG Grid Component Pablo Fonseca has created a Streamlit Component to make it easy to add AG Grid to Python Streamlit applications. We were able to chat online with Pablo about his project.
How To Minimising Application Bundle Size You can minimise your application bundle size when working with AG Grid. This can be important if you want to improve your page load times, especially over slower networks.
Misc Free Online Training Courses for React and Angular with AG Grid We are aware that people have different learning styles so here are the free online training courses that we are aware of.
Misc Football Stats Direct Case Study FootballStatsDirect is a React app hosted on Firebase which charts and displays various football statistics retrieved from an external API.
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.
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?
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.
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.
Misc React Data Grid vs. React Data Table vs. React Grid Grid provides functionality for page layout vs Data Table which provides data rendering and some interactivity vs Data Grid provides rich spreadsheet-like interactivity.