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>
);
}
Salt is J.P. Morgan's open-source design system for financial services and other industries, which uses AG Grid for its Data Grid component.
MSR Gamut is a design probe that leverages AG Grid to help data scientists effectively visualize and understand their Machine Learning models and data.
Compass is the GUI for MongoDB that uses AG Grid to visualize and manage users' databases, providing an intuitive interface to explore and interact with data.
NASA AMMOS is a tool for planning, scheduling, and sequencing tools for modern space missions that uses AG Grid to help visualise mission data.
React Admin is an open source framework for building admin interfaces with React which uses AG Grid for its Data Grid functionality.
Of the Fortune 500 use AG Grid
Weekly NPM downloads
Github Stars
Commits
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.