Copyconst GridExample = () => {
const [rowData, setRowData] = getRowDataJson();
const [colDefs, setColDefs] = useState<ColDef<IRow>[]>([
{ field: "make" },
{ field: "model" },
{ field: "price" }
]);
return (
<div style={{height: 500}}>
<AgGridReact rowData={rowData} columnDefs={colDefs} />
</div>
);
}
Analyse complex financial data, perform calculations and visualise the data in AG Grid, with standalone charts from AG Charts.
Build models and generative AI apps on a unified, end-to-end, MLOps platform which uses AG Grid to powers the tables in its dashboard
Planning, scheduling, and sequencing tools for modern space missions. AG Grid is used throughout to help visualise mission data.
An open source React library for building dashboards, with AG Grid enterprise support for building React tables with advanced features.
Open-source developer platforms and workflow engines who use AG Grid as part of their drag & drop UI builder.
Of the Fortune 500 use AG Grid
Weekly NPM downloads
Frameworks supported
Updates and features in the last three years
There are a lot of component-based table libraries out there, but I believe AG Grid is the gold standard and is by far my favourite. AG Grid is perfect for building Enterprise Applications.
I've been impressed with AG Grid. Not only is it incredibly feature-rich, but it also leverages your framework of choice to do its rendering. This means seamless extensibility and a real way to leverage the framework's strengths. And for SolidJS that's a game changer.
If your application needs to display large amounts of data, we recommend AG Grid. Not only is it highly customizable and extensible, it’s also the fastest JavaScript grid on the planet.
Create your first React Table and learn the basics in just a few minutes.
Learn key concepts by building a React Table with common functionality & customisations.
Customise your React Table with the Theming API to create a unique theme for your brand.