CINXE.COM

React Data Grid and React Table Examples with AG Grid

<!DOCTYPE html> <html lang="en"> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T7JG534');</script> <!-- End Google Tag Manager --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>React Data Grid and React Table Examples with AG Grid</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script type="text/javascript" src="https://blog.ag-grid.com/assets/built/prism.js?v=8a9360074a"></script> <link rel="stylesheet" type="text/css" href="https://blog.ag-grid.com/assets/built/screen.css?v=8a9360074a" /> <meta name="description" content="Ag Grid is a React Data Grid. These tips and tutorials for ReactJS help you implement an Interactive Table or Data Grid for React apps in minutes."> <link rel="icon" href="https://blog.ag-grid.com/content/images/size/w256h256/2021/02/200pxArtboard-5.png" type="image/png"> <link rel="canonical" href="https://blog.ag-grid.com/tag/react-data-grid/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="next" href="https://blog.ag-grid.com/tag/react-data-grid/page/2/"> <meta property="og:site_name" content="AG Grid Blog"> <meta property="og:type" content="website"> <meta property="og:title" content="React Data Grid and React Table Examples with AG Grid"> <meta property="og:description" content="Ag Grid is a React Data Grid. These tips and tutorials for ReactJS help you implement an Interactive Table or Data Grid for React apps in minutes."> <meta property="og:url" content="https://blog.ag-grid.com/tag/react-data-grid/"> <meta property="og:image" content="https://blog.ag-grid.com/content/images/size/w1200/2019/03/ghost-cover-react.png"> <meta property="article:publisher" content="https://www.facebook.com/aggridbalham"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="React Data Grid and React Table Examples with AG Grid"> <meta name="twitter:description" content="Ag Grid is a React Data Grid. These tips and tutorials for ReactJS help you implement an Interactive Table or Data Grid for React apps in minutes."> <meta name="twitter:url" content="https://blog.ag-grid.com/tag/react-data-grid/"> <meta name="twitter:image" content="https://blog.ag-grid.com/content/images/size/w1200/2019/03/ghost-cover-react.png"> <meta name="twitter:site" content="@ag_grid"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="500"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Series", "publisher": { "@type": "Organization", "name": "AG Grid Blog", "url": "https://blog.ag-grid.com/", "logo": { "@type": "ImageObject", "url": "https://blog.ag-grid.com/content/images/2021/02/logo-white.svg", "width": 235, "height": 40 } }, "url": "https://blog.ag-grid.com/tag/react-data-grid/", "image": { "@type": "ImageObject", "url": "https://blog.ag-grid.com/content/images/size/w1200/2019/03/ghost-cover-react.png", "width": 1200, "height": 500 }, "name": "React", "mainEntityOfPage": "https://blog.ag-grid.com/tag/react-data-grid/", "description": "Ag Grid is a React Data Grid. These tips and tutorials for ReactJS help you implement an Interactive Table or Data Grid for React apps in minutes." } </script> <meta name="generator" content="Ghost 5.109"> <link rel="alternate" type="application/rss+xml" title="AG Grid Blog" href="https://blog.ag-grid.com/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.49/umd/portal.min.js" data-i18n="true" data-ghost="https://blog.ag-grid.com/" data-key="e3288fd636f108208efe135083" data-api="https://ag-grid-blog.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="e3288fd636f108208efe135083" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://ag-grid-blog.ghost.io/" data-locale="en" crossorigin="anonymous"></script> <link href="https://blog.ag-grid.com/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=8a9360074a"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=8a9360074a"> <script defer src="/public/member-attribution.min.js?v=8a9360074a"></script><style>:root {--ghost-accent-color: #15171A;}</style> <!-- Google Tag Manager config in the template --> <script defer data-domain="blog.ag-grid.com" src="https://plausible.io/js/plausible.js"></script> <meta name="google-site-verification" content="HsYGuuU8IDov5MwlzKGT-ZlRGStBcr539sGhBYx-O-I" /> <meta name="google-site-verification" content="cgkypu-dfgpZwNHMkHsP3rIT2FSTlrCKZkz-OcGg1-Y" /> <script> const urlParams = new URLSearchParams(window.location.search); const htlmEl = document.documentElement; const getDarkMode = () => { if (urlParams.has('darkmode')) { return urlParams.get('darkmode') === 'true'; } else if (htlmEl.hasAttribute("data-dark-mode")) { return htlmEl.getAttribute("data-dark-mode") === "true"; } else if (localStorage.darkMode) { return localStorage.darkMode === "true"; } else { // OS level darkmode return ( window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ); } }; const setDarkMode = (darkmode) => { localStorage.darkMode = darkmode; // Using .no-transitions class so that there are no animations between light/dark modes htlmEl.classList.add("no-transitions"); htlmEl.setAttribute("data-dark-mode", darkmode); // Set darkmode for header & footer document .querySelectorAll(".darkmode-data-target") .forEach((el) => el.setAttribute("data-dark-mode", darkmode)); htlmEl.offsetHeight; // Trigger a reflow, flushing the CSS changes htlmEl.classList.remove("no-transitions"); }; // Set darkmode before DOM load setDarkMode(getDarkMode()); document.addEventListener("DOMContentLoaded", function () { setDarkMode(getDarkMode()); // Set darkmode again on DOM load to set header & footer darkmode const darkmodeToggle = document.getElementById("darkmode-toggle"); darkmodeToggle.addEventListener("click", () => { setDarkMode(!getDarkMode()); }); }); </script> </head> <body class="tag-template tag-react-data-grid"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7JG534" height="0" width="0" style="display:none;visibility:hidden" ></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class="site-header"> <div class="darkmode-data-target"> <div class="header"> <div class="headerInner layout-page-max-width"> <a id="grid-logo" class="headerLogo" href="https://www.ag-grid.com/" aria-label="Home"> <svg xmlns="http://www.w3.org/2000/svg" class="logotype" width="154" height="40" viewBox="0 0 154 40"> <style> .logotype path, .logotype rect { fill: #fff; } .logotype.dark-type > path, .logotype.dark-type > rect { fill: #003264; } </style> <path d="M147.979,5.6l-0,28.417l-4.768,-0l-0.127,-2.988c-0.7,1.017 -1.59,1.844 -2.67,2.479c-1.081,0.572 -2.416,0.89 -3.942,0.89c-1.335,0 -2.606,-0.254 -3.687,-0.699c-1.144,-0.509 -2.162,-1.144 -2.988,-2.034c-0.826,-0.89 -1.526,-1.971 -1.971,-3.179c-0.508,-1.208 -0.699,-2.606 -0.699,-4.132c-0,-1.526 0.254,-2.924 0.699,-4.196c0.509,-1.271 1.145,-2.352 1.971,-3.242c0.826,-0.89 1.844,-1.589 2.988,-2.098c1.144,-0.509 2.352,-0.763 3.687,-0.763c1.526,0 2.797,0.254 3.878,0.827c1.081,0.572 1.971,1.335 2.67,2.415l-0,-11.633l4.959,-0l-0,-0.064Zm-10.426,24.539c1.653,-0 2.924,-0.572 3.941,-1.653c1.017,-1.081 1.526,-2.543 1.526,-4.323c-0,-1.78 -0.509,-3.179 -1.526,-4.323c-1.017,-1.081 -2.288,-1.653 -3.941,-1.653c-1.59,0 -2.925,0.572 -3.878,1.653c-1.017,1.081 -1.526,2.543 -1.526,4.323c0,1.78 0.509,3.179 1.526,4.259c1.017,1.145 2.288,1.717 3.878,1.717"/> <rect x="119.067" y="5.6" width="4.959" height="5.849"/> <rect x="119.067" y="14.373" width="4.959" height="19.644"/> <path d="M108.831,16.979c1.59,-2.352 5.595,-2.606 7.248,-2.606l-0,4.577c-2.035,0 -4.069,0.064 -5.277,0.954c-1.208,0.89 -1.843,2.098 -1.843,3.56l-0,10.553l-4.959,-0l0,-19.644l4.768,-0l0.063,2.606Z"/> <path d="M26.489,28.677l-12.46,-0l-2.162,5.34l-5.467,-0l11.507,-26.955l4.768,0l11.506,26.955l-5.531,-0l-2.161,-5.34Zm-1.717,-4.26l-4.513,-10.998l-4.514,10.998l9.027,0Z"/> <path d="M62.024,18.654l-12.286,0l-0,4.267l6.963,0c-0.219,2.139 -1.021,3.846 -2.406,5.123c-1.385,1.276 -3.208,1.914 -5.469,1.914c-1.288,0 -2.461,-0.231 -3.518,-0.693c-1.058,-0.462 -1.964,-1.113 -2.717,-1.95c-0.753,-0.839 -1.337,-1.848 -1.749,-3.027c-0.414,-1.179 -0.62,-2.486 -0.62,-3.92c-0,-1.433 0.206,-2.739 0.62,-3.919c0.412,-1.178 0.996,-2.187 1.749,-3.026c0.753,-0.838 1.665,-1.488 2.734,-1.95c1.07,-0.462 2.248,-0.693 3.538,-0.693c2.669,-0 4.696,0.642 6.081,1.927l3.284,-3.286c-2.486,-1.934 -5.63,-2.907 -9.439,-2.907c-2.114,-0 -4.023,0.334 -5.723,1.002c-1.703,0.669 -3.161,1.605 -4.376,2.807c-1.216,1.204 -2.151,2.657 -2.807,4.357c-0.657,1.702 -0.985,3.599 -0.985,5.688c-0,2.066 0.334,3.957 1.003,5.67c0.668,1.714 1.61,3.173 2.825,4.375c1.216,1.204 2.673,2.139 4.375,2.808c1.702,0.668 3.597,1.002 5.688,1.002c2.042,0 3.883,-0.334 5.524,-1.002c1.64,-0.669 3.038,-1.604 4.193,-2.808c1.154,-1.202 2.042,-2.661 2.661,-4.375c0.621,-1.713 0.93,-3.604 0.93,-5.67c0,-0.291 -0.007,-0.577 -0.017,-0.856c-0.014,-0.28 -0.032,-0.565 -0.056,-0.858"/> <path d="M100.792,18.654l-12.286,0l-0,4.267l6.963,0c-0.219,2.139 -1.021,3.846 -2.406,5.123c-1.385,1.276 -3.208,1.914 -5.469,1.914c-1.288,0 -2.461,-0.231 -3.518,-0.693c-1.058,-0.462 -1.964,-1.113 -2.717,-1.95c-0.753,-0.839 -1.337,-1.848 -1.749,-3.027c-0.414,-1.179 -0.62,-2.486 -0.62,-3.92c-0,-1.433 0.206,-2.739 0.62,-3.919c0.412,-1.178 0.996,-2.187 1.749,-3.026c0.753,-0.838 1.665,-1.488 2.735,-1.95c1.069,-0.462 2.247,-0.693 3.537,-0.693c2.669,-0 4.697,0.642 6.081,1.927l3.284,-3.286c-2.486,-1.934 -5.63,-2.907 -9.438,-2.907c-2.115,-0 -4.024,0.334 -5.724,1.002c-1.703,0.669 -3.161,1.605 -4.376,2.807c-1.216,1.204 -2.151,2.657 -2.807,4.357c-0.657,1.702 -0.985,3.599 -0.985,5.688c-0,2.066 0.334,3.957 1.003,5.67c0.668,1.714 1.61,3.173 2.825,4.375c1.216,1.204 2.673,2.139 4.375,2.808c1.702,0.668 3.597,1.002 5.689,1.002c2.041,0 3.883,-0.334 5.523,-1.002c1.64,-0.669 3.038,-1.604 4.193,-2.808c1.154,-1.202 2.042,-2.661 2.661,-4.375c0.621,-1.713 0.93,-3.604 0.93,-5.67c0,-0.291 -0.007,-0.577 -0.017,-0.856c-0.014,-0.28 -0.032,-0.565 -0.056,-0.858"/> </svg><svg xmlns="http://www.w3.org/2000/svg" class="logomark" width="64" height="48" viewBox="0 0 64 48" > <style> .logomark .aqua { fill: #55b4c8; } .logomark .orange { fill: #ff8c00; } .logomark .red { fill: #f00; } .logomark .grey { fill: #b4bebe; } rect { animation-iteration-count: infinite; animation-timing-function: ease-in-out; animation-play-state: paused; } .right-2 { animation-delay: calc(1.25s / 6); } .right-3 { animation-delay: calc(1.25s / 6 * 2); } .left-3 { animation-delay: calc(1.25s / 6 * 3); } .left-2 { animation-delay: calc(1.25s / 6 * 4); } .left-1 { animation-delay: calc(1.25s / 6 * 5); } @keyframes logo-mark-bounce-right { 0% { transform: translateX(0%); } 16.6666% { transform: translateX(3px); } 33.3333% { transform: translateX(0); } } </style> <rect class="aqua right-1" x="51" y="10" width="7" height="8" /> <path class="aqua right-1" d="M58,10l-17,0l-8,8l25,0l0,-8Z" /> <rect class="orange right-2" x="36" y="22" width="7" height="8" /> <path class="orange right-2" d="M43,30l0,-7.995l-14,-0l-8.008,7.995l22.008,0Z" /> <rect class="red right-3" x="24" y="34" width="7" height="8" /> <path class="red right-3" d="M13,38.01l4,-4.01l14,0l0,8l-18,0l0,-3.99Z" /> <rect class="grey left-1" x="11" y="6" width="7" height="8" /> <path class="grey left-1" d="M41,10l-4,4l-26,0l0,-8l30,0l0,4Z" /> <rect class="grey left-2" x="16" y="18" width="7" height="8" /> <path class="grey left-2" d="M16,26l9,0l8,-8l-17,-0l0,8Z" /> <rect class="grey left-3" x="6" y="30" width="7" height="8" /> <path class="grey left-3" d="M6,37.988l7,0.012l7.992,-8l-14.992,-0.047l-0,8.035Z" /> </svg> </a> <button class="mobileMenuButton" type="button" aria-controls="main-nav" aria-expanded='false' aria-label="Toggle navigation" onclick="toggleMobileMenu()"; > <svg xmlns="http://www.w3.org/2000/svg" class="menuIcon menu-icon" width="36" height="36" viewBox="0 0 36 36" > <style> .menu-icon rect { fill: #fff; } </style> <g class="top"> <rect x="2" y="7" width="32" height="2" /> </g> <g class="middle"> <rect x="2" y="17" width="32" height="2" /> </g> <g class="bottom"> <rect x="2" y="27" width="32" height="2" /> </g> </svg> </button> <nav id="main-nav" class="mainNav" aria-hidden="true"> <ul class="navItemList list-style-none"> <li class="navItem" role="menuitem"> <a class="navLink" href="https://ag-grid.com/documentation"aria-label="AG Grid Docs">AG Grid</a> </li> <li class="navItem" role="menuitem"> <a class="navLink" href="https://charts.ag-grid.com/documentation"aria-label="AG Chart Docs">AG Charts</a> </li> <li class="navItem" role="menuitem"> <a class="navLink" href="/Newsletter" aria-label="Newsletter">Newsletter</a> </li> <li class="navItem" role="menuitem"> <a class="navLink nav-search" role="menuitem" style="cursor: pointer" data-ghost-search>Search</a> </li> <li class="navItem" role="menuitem" aria-label="AG Grid Blog"> <a class="navLink" href="/">Blog</a> </li> <li class="navItem buttonItem" role="menuitem" aria-label="AG Grid Github"> <span id="darkmode-toggle" class="navLink darkmode-toggle"> <svg class="icon moon-icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" ><defs><style>.cls-1{fill:none;}</style></defs><title>asleep</title><path d="M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z" /><rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" /></svg> <svg class="icon sun-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" ><defs><style>.cls-1{fill:none;}</style></defs><title>light</title><rect x="15" y="2" width="2" height="4.96" /><rect x="21.67" y="6.85" width="4.96" height="2" transform="translate(1.52 19.37) rotate(-45)" /><rect x="25.04" y="15" width="4.96" height="2" /><rect x="23.15" y="21.67" width="2" height="4.96" transform="translate(-10 24.15) rotate(-45)" /><rect x="15" y="25.04" width="2" height="4.96" /><rect x="5.37" y="23.15" width="4.96" height="2" transform="translate(-14.77 12.63) rotate(-45)" /><rect x="2" y="15" width="4.96" height="2" /><rect x="6.85" y="5.37" width="2" height="4.96" transform="translate(-3.25 7.85) rotate(-45)" /><path d="M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z" /><rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" /></svg> <span>Toggle Darkmode</span> </span> </li> </ul> </nav> </div> </div> <div class="top-bar"> <div class="top-bar-inner layout-page-max-width"> <ul class="other-tags-list list-style-none"> <li> <a href="/tag/version-release/">Versions</a> </li> <li> <a href="/tag/how-to/">How toʼs</a> </li> <li> <a href="/tag/tutorial/">Tutorials</a> </li> <li> <a href="/tag/testing/">Testing</a> </li> </ul> <ul class="framework-tags-list list-style-none"> <li> <a href="/tag/javascript/"> <svg class="icon" width="100%" height="100%" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" > <rect x="0" y="0" width="256" height="256" style="fill:rgb(247,223,30);fill-rule:nonzero;" /> <g transform="matrix(1,0,0,1,4.20544,0)"> <g transform="matrix(1,0,0,1,-27.8948,-48.7274)"> <path d="M67.312,213.932L86.903,202.076C90.682,208.777 94.12,214.447 102.367,214.447C110.272,214.447 115.256,211.355 115.256,199.327L115.256,117.529L139.314,117.529L139.314,199.667C139.314,224.584 124.708,235.926 103.398,235.926C84.153,235.926 72.982,225.959 67.311,213.93" style="fill: #000;" /> </g> <g transform="matrix(1,0,0,1,-27.8948,-48.0406)"> <path d="M152.381,211.354L171.969,200.013C177.126,208.434 183.828,214.62 195.684,214.62C205.653,214.62 212.009,209.636 212.009,202.762C212.009,194.514 205.479,191.592 194.481,186.782L188.468,184.203C171.111,176.815 159.597,167.535 159.597,147.945C159.597,129.901 173.345,116.153 194.826,116.153C210.12,116.153 221.118,121.481 229.022,135.4L210.291,147.429C206.166,140.04 201.7,137.119 194.826,137.119C187.78,137.119 183.312,141.587 183.312,147.429C183.312,154.646 187.78,157.568 198.09,162.037L204.104,164.614C224.553,173.379 236.067,182.313 236.067,202.418C236.067,224.072 219.055,235.928 196.2,235.928C173.861,235.928 159.426,225.274 152.381,211.354" style="fill: #000;" /> </g> </g> </svg> <span>Javascript</span> </a> </li> <li> <a href="/tag/react-data-grid/"> <svg class="icon" width="256px" height="228px" viewBox="0 0 256 228" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" > <path d="M210.483381,73.8236374 C207.827698,72.9095503 205.075867,72.0446761 202.24247,71.2267368 C202.708172,69.3261098 203.135596,67.4500894 203.515631,65.6059664 C209.753843,35.3248922 205.675082,10.9302478 191.747328,2.89849283 C178.392359,-4.80289661 156.551327,3.22703567 134.492936,22.4237776 C132.371761,24.2697233 130.244662,26.2241201 128.118477,28.2723861 C126.701777,26.917204 125.287358,25.6075897 123.876584,24.3549348 C100.758745,3.82852863 77.5866802,-4.82157937 63.6725966,3.23341515 C50.3303869,10.9571328 46.3792156,33.8904224 51.9945178,62.5880206 C52.5367729,65.3599011 53.1706189,68.1905639 53.8873982,71.068617 C50.6078941,71.9995641 47.4418534,72.9920277 44.4125156,74.0478303 C17.3093297,83.497195 0,98.3066828 0,113.667995 C0,129.533287 18.5815786,145.446423 46.8116526,155.095373 C49.0394553,155.856809 51.3511025,156.576778 53.7333796,157.260293 C52.9600965,160.37302 52.2875179,163.423318 51.7229345,166.398431 C46.3687351,194.597975 50.5500231,216.989464 63.8566899,224.664425 C77.6012619,232.590464 100.66852,224.443422 123.130185,204.809231 C124.905501,203.257196 126.687196,201.611293 128.472081,199.886102 C130.785552,202.113904 133.095375,204.222319 135.392897,206.199955 C157.14963,224.922338 178.637969,232.482469 191.932332,224.786092 C205.663234,216.837268 210.125675,192.78347 204.332202,163.5181 C203.88974,161.283006 203.374826,158.99961 202.796573,156.675661 C204.416503,156.196743 206.006814,155.702335 207.557482,155.188332 C236.905331,145.46465 256,129.745175 256,113.667995 C256,98.2510906 238.132466,83.3418093 210.483381,73.8236374 L210.483381,73.8236374 Z M204.118035,144.807565 C202.718197,145.270987 201.281904,145.718918 199.818271,146.153177 C196.578411,135.896354 192.205739,124.989735 186.854729,113.72131 C191.961041,102.721277 196.164656,91.9540963 199.313837,81.7638014 C201.93261,82.5215915 204.474374,83.3208483 206.923636,84.1643056 C230.613348,92.3195488 245.063763,104.377206 245.063763,113.667995 C245.063763,123.564379 229.457753,136.411268 204.118035,144.807565 L204.118035,144.807565 Z M193.603754,165.642007 C196.165567,178.582766 196.531475,190.282717 194.834536,199.429057 C193.309843,207.64764 190.243595,213.12715 186.452366,215.321689 C178.384612,219.991462 161.131788,213.921395 142.525146,197.909832 C140.392124,196.074366 138.243609,194.114502 136.088259,192.040261 C143.301619,184.151133 150.510878,174.979732 157.54698,164.793993 C169.922699,163.695814 181.614905,161.900447 192.218042,159.449363 C192.740247,161.555956 193.204126,163.621993 193.603754,165.642007 L193.603754,165.642007 Z M87.2761866,214.514686 C79.3938934,217.298414 73.1160375,217.378157 69.3211631,215.189998 C61.2461189,210.532528 57.8891498,192.554265 62.4682434,168.438039 C62.9927272,165.676183 63.6170041,162.839142 64.3365173,159.939216 C74.8234575,162.258154 86.4299951,163.926841 98.8353334,164.932519 C105.918826,174.899534 113.336329,184.06091 120.811247,192.08264 C119.178102,193.65928 117.551336,195.16028 115.933685,196.574699 C106.001303,205.256705 96.0479605,211.41654 87.2761866,214.514686 L87.2761866,214.514686 Z M50.3486141,144.746959 C37.8658105,140.48046 27.5570398,134.935332 20.4908634,128.884403 C14.1414664,123.446815 10.9357817,118.048415 10.9357817,113.667995 C10.9357817,104.34622 24.8334611,92.4562517 48.0123604,84.3748281 C50.8247961,83.3942121 53.7689223,82.4701001 56.8242337,81.6020363 C60.0276398,92.0224477 64.229889,102.917218 69.3011135,113.93411 C64.1642716,125.11459 59.9023288,136.182975 56.6674809,146.725506 C54.489347,146.099407 52.3791089,145.440499 50.3486141,144.746959 L50.3486141,144.746959 Z M62.7270678,60.4878073 C57.9160346,35.9004118 61.1112387,17.3525532 69.1516515,12.6982729 C77.7160924,7.74005624 96.6544653,14.8094222 116.614922,32.5329619 C117.890816,33.6657739 119.171723,34.8514442 120.456275,36.0781256 C113.018267,44.0647686 105.66866,53.1573386 98.6480514,63.0655695 C86.6081646,64.1815215 75.0831931,65.9741531 64.4868907,68.3746571 C63.8206914,65.6948233 63.2305903,63.0619242 62.7270678,60.4878073 L62.7270678,60.4878073 Z M173.153901,87.7550367 C170.620796,83.3796304 168.020249,79.1076627 165.369124,74.9523483 C173.537126,75.9849113 181.362914,77.3555864 188.712066,79.0329319 C186.505679,86.1041206 183.755673,93.4974728 180.518546,101.076741 C178.196419,96.6680702 175.740322,92.2229454 173.153901,87.7550367 L173.153901,87.7550367 Z M128.122121,43.8938899 C133.166461,49.3588189 138.218091,55.4603279 143.186789,62.0803968 C138.179814,61.8439007 133.110868,61.720868 128.000001,61.720868 C122.937434,61.720868 117.905854,61.8411667 112.929865,62.0735617 C117.903575,55.515009 122.99895,49.4217021 128.122121,43.8938899 L128.122121,43.8938899 Z M82.8018984,87.830679 C80.2715265,92.2183886 77.8609975,96.6393627 75.5753239,101.068539 C72.3906004,93.5156998 69.6661103,86.0886276 67.440586,78.9171899 C74.7446255,77.2826781 82.5335049,75.9461789 90.6495601,74.9332099 C87.9610684,79.1268011 85.3391054,83.4302106 82.8018984,87.8297677 L82.8018984,87.830679 L82.8018984,87.830679 Z M90.8833221,153.182899 C82.4979621,152.247395 74.5919739,150.979704 67.289757,149.390303 C69.5508242,142.09082 72.3354636,134.505173 75.5876271,126.789657 C77.8792246,131.215644 80.2993228,135.638441 82.8451877,140.03572 L82.8456433,140.03572 C85.4388987,144.515476 88.1255676,148.90364 90.8833221,153.182899 L90.8833221,153.182899 Z M128.424691,184.213105 C123.24137,178.620587 118.071264,172.434323 113.021912,165.780078 C117.923624,165.972373 122.921029,166.0708 128.000001,166.0708 C133.217953,166.0708 138.376211,165.953235 143.45336,165.727219 C138.468257,172.501308 133.434855,178.697141 128.424691,184.213105 L128.424691,184.213105 Z M180.622896,126.396409 C184.044571,134.195313 186.929004,141.741317 189.219234,148.9164 C181.796719,150.609693 173.782736,151.973534 165.339049,152.986959 C167.996555,148.775595 170.619884,144.430263 173.197646,139.960532 C175.805484,135.438399 178.28163,130.90943 180.622896,126.396409 L180.622896,126.396409 Z M163.724586,134.496971 C159.722835,141.435557 155.614455,148.059271 151.443648,154.311611 C143.847063,154.854776 135.998946,155.134562 128.000001,155.134562 C120.033408,155.134562 112.284171,154.887129 104.822013,154.402745 C100.48306,148.068386 96.285368,141.425078 92.3091341,134.556664 L92.3100455,134.556664 C88.3442923,127.706935 84.6943232,120.799333 81.3870228,113.930466 C84.6934118,107.045648 88.3338117,100.130301 92.276781,93.292874 L92.2758697,93.294241 C96.2293193,86.4385872 100.390102,79.8276317 104.688954,73.5329157 C112.302398,72.9573964 120.109505,72.6571055 127.999545,72.6571055 L128.000001,72.6571055 C135.925583,72.6571055 143.742714,72.9596746 151.353879,73.5402067 C155.587114,79.7888993 159.719645,86.3784378 163.688588,93.2350031 C167.702644,100.168578 171.389978,107.037901 174.724618,113.77508 C171.400003,120.627999 167.720871,127.566587 163.724586,134.496971 L163.724586,134.496971 Z M186.284677,12.3729198 C194.857321,17.3165548 198.191049,37.2542268 192.804953,63.3986692 C192.461372,65.0669011 192.074504,66.7661189 191.654369,68.4881206 C181.03346,66.0374921 169.500286,64.2138746 157.425315,63.0810626 C150.391035,53.0639249 143.101577,43.9572289 135.784778,36.073113 C137.751934,34.1806885 139.716356,32.3762092 141.672575,30.673346 C160.572216,14.2257007 178.236518,7.73185406 186.284677,12.3729198 L186.284677,12.3729198 Z M128.000001,90.8080696 C140.624975,90.8080696 150.859926,101.042565 150.859926,113.667995 C150.859926,126.292969 140.624975,136.527922 128.000001,136.527922 C115.375026,136.527922 105.140075,126.292969 105.140075,113.667995 C105.140075,101.042565 115.375026,90.8080696 128.000001,90.8080696 L128.000001,90.8080696 Z" fill="#00D8FF" ></path> </svg> <span>React</span> </a> </li> <li> <a href="/tag/angular/"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 223 236" width="100%" height="100%" > <g clip-path="url(#a)"> <path fill="url(#b)" d="m222.077 39.192-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 0 39.192 84.69 0 7.937 165.115Z" ></path> <path fill="url(#c)" d="m222.077 39.192-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 0 39.192 84.69 0 7.937 165.115Z" ></path> </g> <defs> <linearGradient id="b" x1="49.009" x2="225.829" y1="213.75" y2="129.722" gradientUnits="userSpaceOnUse" > <stop stop-color="#E40035"></stop> <stop offset=".24" stop-color="#F60A48"></stop> <stop offset=".352" stop-color="#F20755"></stop> <stop offset=".494" stop-color="#DC087D"></stop> <stop offset=".745" stop-color="#9717E7"></stop> <stop offset="1" stop-color="#6C00F5"></stop> </linearGradient> <linearGradient id="c" x1="41.025" x2="156.741" y1="28.344" y2="160.344" gradientUnits="userSpaceOnUse" > <stop stop-color="#FF31D9"></stop> <stop offset="1" stop-color="#FF5BE1" stop-opacity="0"></stop> </linearGradient> <clipPath id="a"><path fill="#fff" d="M0 0h223v236H0z" ></path></clipPath></defs></svg> <span>Angular</span> </a> </li> <li> <a href="/tag/vuejs/"> <svg class="icon" width="100%" height="100%" viewBox="0 0 256 221" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" > <path d="M0,0L128,220.8L256,0L204.8,0L128,132.48L50.56,0L0,0Z" style="fill:rgb(65,184,131);fill-rule:nonzero;" /> <path d="M50.56,0L128,133.12L204.8,0L157.44,0L128,51.2L97.92,0L50.56,0Z" style="fill:rgb(53,73,94);fill-rule:nonzero;" /> </svg> <span>Vue</span> </a> </li> </ul> </div> </div> </div> </header> <div class="page-wrapper"> <div class="layout-grid"> <div class="tags-header-content"> <h1 class="site-title">React</h1> <p class="site-description font-size-large text-secondary"> We are an enterprise React Data Grid here are tips and tutorials for ReactJS and Redux. </p> </div> <main class="full-width-post-feed post-feed"> <article class="post-card post tag-testing tag-tutorial tag-react-data-grid tag-how-to "> <a class="post-card-image-link" href="/end-to-end-testing-for-ag-grid-in-react-with-cypress/"> <img class="post-card-image" srcset="/content/images/size/w300/2025/02/Testing-AG-Grid-React-Tables-with-Cypress.png 300w, /content/images/size/w600/2025/02/Testing-AG-Grid-React-Tables-with-Cypress.png 600w, /content/images/size/w1000/2025/02/Testing-AG-Grid-React-Tables-with-Cypress.png 1000w, /content/images/size/w2000/2025/02/Testing-AG-Grid-React-Tables-with-Cypress.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2025/02/Testing-AG-Grid-React-Tables-with-Cypress.png" alt="End-to-End Testing for AG Grid in React with Cypress" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Testing</span> <a class="post-card-content-link" href="/end-to-end-testing-for-ag-grid-in-react-with-cypress/"> <header class="post-card-header"> <h2 class="post-card-title">End-to-End Testing for AG Grid in React with Cypress</h2> </header> <section class="post-card-excerpt"> <p>Learn how to write E2E tests for AG Grid with Cypress, including how to test rendering, user interaction, and accessibility.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/shadid/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/12/451103427_7799367756855946_4549416648696623054_n.jpg" alt="Shadid Haque" /> <span class="author-name text-secondary font-size-small">Shadid Haque</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">10 min read</span> </footer> </div> </article> <article class="post-card post tag-testing tag-how-to tag-react-data-grid tag-tutorial "> <a class="post-card-image-link" href="/unit-testing-ag-grid-react-tables-with-react-testing-library-and-vitest/"> <img class="post-card-image" srcset="/content/images/size/w300/2025/01/using-ag-grid-with-react-testing-library-to-test-react-tables.png 300w, /content/images/size/w600/2025/01/using-ag-grid-with-react-testing-library-to-test-react-tables.png 600w, /content/images/size/w1000/2025/01/using-ag-grid-with-react-testing-library-to-test-react-tables.png 1000w, /content/images/size/w2000/2025/01/using-ag-grid-with-react-testing-library-to-test-react-tables.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2025/01/using-ag-grid-with-react-testing-library-to-test-react-tables.png" alt="Unit testing AG Grid React Tables with React Testing Library and Vitest" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Testing</span> <a class="post-card-content-link" href="/unit-testing-ag-grid-react-tables-with-react-testing-library-and-vitest/"> <header class="post-card-header"> <h2 class="post-card-title">Unit testing AG Grid React Tables with React Testing Library and Vitest</h2> </header> <section class="post-card-excerpt"> <p>Learn how to unit test your AG Grid React Tables with React Testing Library and Vitest.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/shadid/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/12/451103427_7799367756855946_4549416648696623054_n.jpg" alt="Shadid Haque" /> <span class="author-name text-secondary font-size-small">Shadid Haque</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">9 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-how-to tag-tutorial tag-testing "> <a class="post-card-image-link" href="/writing-e2e-tests-for-ag-grid-react-tables-with-playwright/"> <img class="post-card-image" srcset="/content/images/size/w300/2025/01/playwright-ag-grid.png 300w, /content/images/size/w600/2025/01/playwright-ag-grid.png 600w, /content/images/size/w1000/2025/01/playwright-ag-grid.png 1000w, /content/images/size/w2000/2025/01/playwright-ag-grid.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2025/01/playwright-ag-grid.png" alt="Writing E2E Tests for AG Grid React Tables with Playwright" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/writing-e2e-tests-for-ag-grid-react-tables-with-playwright/"> <header class="post-card-header"> <h2 class="post-card-title">Writing E2E Tests for AG Grid React Tables with Playwright</h2> </header> <section class="post-card-excerpt"> <p>Learn how to write end-to-end tests for AG Grid with Playwright. This blog covers async data loading, sorting, filtering, cell editing, and accessibility features.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/shadid/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/12/451103427_7799367756855946_4549416648696623054_n.jpg" alt="Shadid Haque" /> <span class="author-name text-secondary font-size-small">Shadid Haque</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">9 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-how-to tag-tutorial "> <a class="post-card-image-link" href="/using-ag-grid-with-next-js-to-build-a-react-table/"> <img class="post-card-image" srcset="/content/images/size/w300/2025/01/AG-Grid-Next-JS-React-Table-Tutorial.png 300w, /content/images/size/w600/2025/01/AG-Grid-Next-JS-React-Table-Tutorial.png 600w, /content/images/size/w1000/2025/01/AG-Grid-Next-JS-React-Table-Tutorial.png 1000w, /content/images/size/w2000/2025/01/AG-Grid-Next-JS-React-Table-Tutorial.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2025/01/AG-Grid-Next-JS-React-Table-Tutorial.png" alt="Using AG Grid with Next.js to Build a React Table" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/using-ag-grid-with-next-js-to-build-a-react-table/"> <header class="post-card-header"> <h2 class="post-card-title">Using AG Grid with Next.js to Build a React Table</h2> </header> <section class="post-card-excerpt"> <p>Learn how to integrate AG Grid with Next.js, install your license key, and use advanced features like the Server-Side Row Model and Integrated Charting.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/shadid/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/12/451103427_7799367756855946_4549416648696623054_n.jpg" alt="Shadid Haque" /> <span class="author-name text-secondary font-size-small">Shadid Haque</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">12 min read</span> </footer> </div> </article> <article class="post-card post tag-how-to tag-tutorial tag-angular tag-javascript tag-react-data-grid tag-vuejs "> <a class="post-card-image-link" href="/binding-and-updating-column-definitions-in-ag-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2024/09/Update-Col-Defs-Banner-Image-1-2.gif 300w, /content/images/size/w600/2024/09/Update-Col-Defs-Banner-Image-1-2.gif 600w, /content/images/size/w1000/2024/09/Update-Col-Defs-Banner-Image-1-2.gif 1000w, /content/images/size/w2000/2024/09/Update-Col-Defs-Banner-Image-1-2.gif 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2024/09/Update-Col-Defs-Banner-Image-1-2.gif" alt="How to update Column Definitions in AG Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">How To</span> <a class="post-card-content-link" href="/binding-and-updating-column-definitions-in-ag-grid/"> <header class="post-card-header"> <h2 class="post-card-title">How to update Column Definitions in AG Grid</h2> </header> <section class="post-card-excerpt"> <p>In this post we&#39;ll go over how to set ag-Grid column definitions dynamically based on the columns in your row data. We demonstrate this in live examples in Angular, React, Vue.JS and JavaScript.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/abi/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/01/Abi-hires.jpg" alt="Abi Glazier" /> <span class="author-name text-secondary font-size-small">Abi Glazier</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">4 min read</span> </footer> </div> </article> <article class="post-card post tag-how-to tag-tutorial tag-angular tag-javascript tag-react-data-grid tag-vuejs "> <a class="post-card-image-link" href="/how-to-get-the-data-of-selected-rows-in-ag-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2024/08/agGrid-Get-Data-of-Selected-Rows-Cover-2.png 300w, /content/images/size/w600/2024/08/agGrid-Get-Data-of-Selected-Rows-Cover-2.png 600w, /content/images/size/w1000/2024/08/agGrid-Get-Data-of-Selected-Rows-Cover-2.png 1000w, /content/images/size/w2000/2024/08/agGrid-Get-Data-of-Selected-Rows-Cover-2.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2024/08/agGrid-Get-Data-of-Selected-Rows-Cover-2.png" alt="How to get the data of selected rows in AG Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">How To</span> <a class="post-card-content-link" href="/how-to-get-the-data-of-selected-rows-in-ag-grid/"> <header class="post-card-header"> <h2 class="post-card-title">How to get the data of selected rows in AG Grid</h2> </header> <section class="post-card-excerpt"> <p>ag-Grid offers many useful methods to extract and manipulate your data. In this post, we&#39;ll show you how you can retrieve all currently selected data in the grid.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/abi/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/01/Abi-hires.jpg" alt="Abi Glazier" /> <span class="author-name text-secondary font-size-small">Abi Glazier</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">3 min read</span> </footer> </div> </article> <article class="post-card post tag-tutorial tag-how-to tag-angular tag-javascript tag-react-data-grid tag-vuejs "> <a class="post-card-image-link" href="/cell-renderers-in-ag-grid-every-different-flavour/"> <img class="post-card-image" srcset="/content/images/size/w300/2024/08/AddButtonsCoverImage-1.png 300w, /content/images/size/w600/2024/08/AddButtonsCoverImage-1.png 600w, /content/images/size/w1000/2024/08/AddButtonsCoverImage-1.png 1000w, /content/images/size/w2000/2024/08/AddButtonsCoverImage-1.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2024/08/AddButtonsCoverImage-1.png" alt="How to add buttons in AG Grid cells" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Tutorial</span> <a class="post-card-content-link" href="/cell-renderers-in-ag-grid-every-different-flavour/"> <header class="post-card-header"> <h2 class="post-card-title">How to add buttons in AG Grid cells</h2> </header> <section class="post-card-excerpt"> <p>See how to add buttons within the cells of an AG Grid column. We&#39;ll illustrate this in React with code examples in JavaScript, Angular, React and Vue.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/abi/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/01/Abi-hires.jpg" alt="Abi Glazier" /> <span class="author-name text-secondary font-size-small">Abi Glazier</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">3 min read</span> </footer> </div> </article> <article class="post-card post tag-tutorial tag-charts tag-react-data-grid tag-how-to "> <a class="post-card-image-link" href="/updating-bar-chart-in-real-time/"> <img class="post-card-image" srcset="/content/images/size/w300/2023/12/Untitled-design--1-.gif 300w, /content/images/size/w600/2023/12/Untitled-design--1-.gif 600w, /content/images/size/w1000/2023/12/Untitled-design--1-.gif 1000w, /content/images/size/w2000/2023/12/Untitled-design--1-.gif 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2023/12/Untitled-design--1-.gif" alt="Updating a Bar Chart in Real Time with AG Charts React" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Tutorial</span> <a class="post-card-content-link" href="/updating-bar-chart-in-real-time/"> <header class="post-card-header"> <h2 class="post-card-title">Updating a Bar Chart in Real Time with AG Charts React</h2> </header> <section class="post-card-excerpt"> <p>Learn how to create charts that update in real time with AG Charts and React. Source code also available for Angular and JavaScript.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/james/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/08/me.jpeg" alt="James Swinton-Bland" /> <span class="author-name text-secondary font-size-small">James Swinton-Bland</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">5 min read</span> </footer> </div> </article> <article class="post-card post tag-tutorial tag-how-to tag-angular tag-javascript tag-react-data-grid tag-vuejs "> <a class="post-card-image-link" href="/exporting-ag-grid-to-pdf/"> <img class="post-card-image" srcset="/content/images/size/w300/2024/01/EXporting-AG-Grid-to-PDF-with-pdfMake-1.png 300w, /content/images/size/w600/2024/01/EXporting-AG-Grid-to-PDF-with-pdfMake-1.png 600w, /content/images/size/w1000/2024/01/EXporting-AG-Grid-to-PDF-with-pdfMake-1.png 1000w, /content/images/size/w2000/2024/01/EXporting-AG-Grid-to-PDF-with-pdfMake-1.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2024/01/EXporting-AG-Grid-to-PDF-with-pdfMake-1.png" alt="Exporting AG Grid to PDF with pdfMake" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Tutorial</span> <a class="post-card-content-link" href="/exporting-ag-grid-to-pdf/"> <header class="post-card-header"> <h2 class="post-card-title">Exporting AG Grid to PDF with pdfMake</h2> </header> <section class="post-card-excerpt"> <p>Learn how to export AG Grid to PDF using the PDF library pdfMake. Get the samples in JavaScript, React, Angular and Vue to integrate this in your projects.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/abi/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2024/01/Abi-hires.jpg" alt="Abi Glazier" /> <span class="author-name text-secondary font-size-small">Abi Glazier</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">7 min read</span> </footer> </div> </article> <article class="post-card post tag-how-to tag-react-data-grid "> <a class="post-card-image-link" href="/using-react-hook-form-with-ag-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/09/reacthook.jpeg 300w, /content/images/size/w600/2022/09/reacthook.jpeg 600w, /content/images/size/w1000/2022/09/reacthook.jpeg 1000w, /content/images/size/w2000/2022/09/reacthook.jpeg 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/09/reacthook.jpeg" alt="Using React Hook Form with AG Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">How To</span> <a class="post-card-content-link" href="/using-react-hook-form-with-ag-grid/"> <header class="post-card-header"> <h2 class="post-card-title">Using React Hook Form with AG Grid</h2> </header> <section class="post-card-excerpt"> <p>This post contributed to the AG Grid blog by Funmilayo Olaiya. Forms are commonly used on various online websites, web applications, mobile apps, and the like for information input and collection, data validation,</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">11 min read</span> </footer> </div> </article> <article class="post-card post tag-testing tag-react-data-grid "> <a class="post-card-image-link" href="/using-playwright-to-test-ag-grid-react-apps/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/07/blog-playwright-react-components-tiny.png 300w, /content/images/size/w600/2022/07/blog-playwright-react-components-tiny.png 600w, /content/images/size/w1000/2022/07/blog-playwright-react-components-tiny.png 1000w, /content/images/size/w2000/2022/07/blog-playwright-react-components-tiny.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/07/blog-playwright-react-components-tiny.png" alt="Using Playwright to Test AG Grid React Apps" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Testing</span> <a class="post-card-content-link" href="/using-playwright-to-test-ag-grid-react-apps/"> <header class="post-card-header"> <h2 class="post-card-title">Using Playwright to Test AG Grid React Apps</h2> </header> <section class="post-card-excerpt"> <p>You’ll learn how to create a simple React application that utilizes AG Grid and validate the functionality of that application at an E2E and component testing level using Playwright.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">11 min read</span> </footer> </div> </article> <article class="post-card post tag-tutorial tag-react-data-grid "> <a class="post-card-image-link" href="/using-react-bootstrap-and-ag-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/07/react-bootstrap-aggrid-tiny.png 300w, /content/images/size/w600/2022/07/react-bootstrap-aggrid-tiny.png 600w, /content/images/size/w1000/2022/07/react-bootstrap-aggrid-tiny.png 1000w, /content/images/size/w2000/2022/07/react-bootstrap-aggrid-tiny.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/07/react-bootstrap-aggrid-tiny.png" alt="Using React-Bootstrap and AG Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Tutorial</span> <a class="post-card-content-link" href="/using-react-bootstrap-and-ag-grid/"> <header class="post-card-header"> <h2 class="post-card-title">Using React-Bootstrap and AG Grid</h2> </header> <section class="post-card-excerpt"> <p>In this article, you’ll learn how to integrate React-Bootstrap with AG Grid and see how easy it is to use both tools to build a compelling, user-friendly UI.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">10 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-how-to "> <a class="post-card-image-link" href="/how-to-optimize-a-react-application-using-hooks-and-ag-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/05/blog-optimizing-hooks-react-opt.png 300w, /content/images/size/w600/2022/05/blog-optimizing-hooks-react-opt.png 600w, /content/images/size/w1000/2022/05/blog-optimizing-hooks-react-opt.png 1000w, /content/images/size/w2000/2022/05/blog-optimizing-hooks-react-opt.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/05/blog-optimizing-hooks-react-opt.png" alt="How to Optimize a React Application Using Hooks and AG Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/how-to-optimize-a-react-application-using-hooks-and-ag-grid/"> <header class="post-card-header"> <h2 class="post-card-title">How to Optimize a React Application Using Hooks and AG Grid</h2> </header> <section class="post-card-excerpt"> <p>In this guide, you’ll learn about some React optimizations. You’ll also learn about some common mistakes that can lead to unnecessary renders, and you’ll see how you can avoid them.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">13 min read</span> </footer> </div> </article> <article class="post-card post tag-misc tag-react-data-grid tag-javascript tag-angular "> <a class="post-card-image-link" href="/js-nation-and-react-summit-june-2022-overview/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/06/blog-ag-grid-js-nation-react-summit-tiny.png 300w, /content/images/size/w600/2022/06/blog-ag-grid-js-nation-react-summit-tiny.png 600w, /content/images/size/w1000/2022/06/blog-ag-grid-js-nation-react-summit-tiny.png 1000w, /content/images/size/w2000/2022/06/blog-ag-grid-js-nation-react-summit-tiny.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/06/blog-ag-grid-js-nation-react-summit-tiny.png" alt="JS Nation and React Summit June 2022 Overview" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Misc</span> <a class="post-card-content-link" href="/js-nation-and-react-summit-june-2022-overview/"> <header class="post-card-header"> <h2 class="post-card-title">JS Nation and React Summit June 2022 Overview</h2> </header> <section class="post-card-excerpt"> <p>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</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/alan/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2021/06/alan.jpeg" alt="Alan Richardson" /> <span class="author-name text-secondary font-size-small">Alan Richardson</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">4 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-misc "> <a class="post-card-image-link" href="/geekle-react-global-summit-2022-overview/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/06/geekle-react-conf-tiny.png 300w, /content/images/size/w600/2022/06/geekle-react-conf-tiny.png 600w, /content/images/size/w1000/2022/06/geekle-react-conf-tiny.png 1000w, /content/images/size/w2000/2022/06/geekle-react-conf-tiny.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/06/geekle-react-conf-tiny.png" alt="Geekle React Global Summit 2022 Overview" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/geekle-react-global-summit-2022-overview/"> <header class="post-card-header"> <h2 class="post-card-title">Geekle React Global Summit 2022 Overview</h2> </header> <section class="post-card-excerpt"> <p>The Geekle React Global Online Summit took place in April 2022, AG Grid helped sponsor the conference</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/alan/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2021/06/alan.jpeg" alt="Alan Richardson" /> <span class="author-name text-secondary font-size-small">Alan Richardson</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">2 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-misc "> <a class="post-card-image-link" href="/reactathon-react-in-the-park-may-2022/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/06/reactinthepark-tiny.png 300w, /content/images/size/w600/2022/06/reactinthepark-tiny.png 600w, /content/images/size/w1000/2022/06/reactinthepark-tiny.png 1000w, /content/images/size/w2000/2022/06/reactinthepark-tiny.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/06/reactinthepark-tiny.png" alt="Reactathon - React in the Park May 2022" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/reactathon-react-in-the-park-may-2022/"> <header class="post-card-header"> <h2 class="post-card-title">Reactathon - React in the Park May 2022</h2> </header> <section class="post-card-excerpt"> <p>React in the Park took place in San Francisco, on 2 - 5 May 2022. AG Grid sponsored the live stream for the conference.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/alan/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2021/06/alan.jpeg" alt="Alan Richardson" /> <span class="author-name text-secondary font-size-small">Alan Richardson</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">2 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-how-to tag-misc "> <a class="post-card-image-link" href="/styling-react-data-grid-with-custom-css-styles/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/05/blog-custom-styling-compressed.png 300w, /content/images/size/w600/2022/05/blog-custom-styling-compressed.png 600w, /content/images/size/w1000/2022/05/blog-custom-styling-compressed.png 1000w, /content/images/size/w2000/2022/05/blog-custom-styling-compressed.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/05/blog-custom-styling-compressed.png" alt="Styling React Data Grid With Custom CSS Styles" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/styling-react-data-grid-with-custom-css-styles/"> <header class="post-card-header"> <h2 class="post-card-title">Styling React Data Grid With Custom CSS Styles</h2> </header> <section class="post-card-excerpt"> <p>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.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">9 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-misc "> <a class="post-card-image-link" href="/headless-react-table-vs-ag-grid-react-data-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/06/react-table-vs-ag-grid-data-grid-compared.png 300w, /content/images/size/w600/2022/06/react-table-vs-ag-grid-data-grid-compared.png 600w, /content/images/size/w1000/2022/06/react-table-vs-ag-grid-data-grid-compared.png 1000w, /content/images/size/w2000/2022/06/react-table-vs-ag-grid-data-grid-compared.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/06/react-table-vs-ag-grid-data-grid-compared.png" alt="Headless React Table Compared to AG Grid React Data Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/headless-react-table-vs-ag-grid-react-data-grid/"> <header class="post-card-header"> <h2 class="post-card-title">Headless React Table Compared to AG Grid React Data Grid</h2> </header> <section class="post-card-excerpt"> <p>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.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">17 min read</span> </footer> </div> </article> <article class="post-card post tag-tutorial tag-react-data-grid "> <a class="post-card-image-link" href="/creating-a-custom-theme-for-ag-grid/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/05/blog-custom-css-theme-tiny.png 300w, /content/images/size/w600/2022/05/blog-custom-css-theme-tiny.png 600w, /content/images/size/w1000/2022/05/blog-custom-css-theme-tiny.png 1000w, /content/images/size/w2000/2022/05/blog-custom-css-theme-tiny.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/05/blog-custom-css-theme-tiny.png" alt="Creating a Custom Theme for AG Grid" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">Tutorial</span> <a class="post-card-content-link" href="/creating-a-custom-theme-for-ag-grid/"> <header class="post-card-header"> <h2 class="post-card-title">Creating a Custom Theme for AG Grid</h2> </header> <section class="post-card-excerpt"> <p>In this article, you’ll learn how to adapt the React Data Grid to match your website’s look and feel by creating a custom theme.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">10 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid "> <a class="post-card-image-link" href="/react-data-grid-use-hooks-to-build-a-pomodoro-app/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/05/react-hooks-feature-image.png 300w, /content/images/size/w600/2022/05/react-hooks-feature-image.png 600w, /content/images/size/w1000/2022/05/react-hooks-feature-image.png 1000w, /content/images/size/w2000/2022/05/react-hooks-feature-image.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/05/react-hooks-feature-image.png" alt="React Data Grid: Use React Hooks to build a Pomodoro App" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/react-data-grid-use-hooks-to-build-a-pomodoro-app/"> <header class="post-card-header"> <h2 class="post-card-title">React Data Grid: Use React Hooks to build a Pomodoro App</h2> </header> <section class="post-card-excerpt"> <p>Learn how to use React Hooks and AG Grid to build a Pomodoro productivity app. See the detailed explanation and get the source code on github.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/shuheb/" class="author"> <img class="author-profile-image" src="/content/images/size/w100/2020/09/shuheb.jpg" alt="Shuheb Ahmed" /> <span class="author-name text-secondary font-size-small">Shuheb Ahmed</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">10 min read</span> </footer> </div> </article> <article class="post-card post tag-react-data-grid tag-tutorial "> <a class="post-card-image-link" href="/using-ag-grid-with-react-and-next-js/"> <img class="post-card-image" srcset="/content/images/size/w300/2022/05/blog-nextjs-opt.png 300w, /content/images/size/w600/2022/05/blog-nextjs-opt.png 600w, /content/images/size/w1000/2022/05/blog-nextjs-opt.png 1000w, /content/images/size/w2000/2022/05/blog-nextjs-opt.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="/content/images/size/w600/2022/05/blog-nextjs-opt.png" alt="Using AG Grid with React and Next.js" /> </a> <div class="post-card-content"> <span class="post-card-tag text-secondary">React</span> <a class="post-card-content-link" href="/using-ag-grid-with-react-and-next-js/"> <header class="post-card-header"> <h2 class="post-card-title">Using AG Grid with React and Next.js</h2> </header> <section class="post-card-excerpt"> <p>If you’ve worked with React recently, you’ve likely heard of, a popular React framework with a great developer experience. Next.js combines well with many other technologies, including AG Grid. Discover how they work together.</p> </section> </a> <footer class="post-card-meta"> <ul class="author-list list-style-none"> <li class="author-list-item"> <a href="/author/external/" class="author"> <svg class="icon default-avatar" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF" /></g></svg> <span class="author-name text-secondary font-size-small">External Contributor</span> </a> </li> </ul> <span class="reading-time text-secondary font-size-small">9 min read</span> </footer> </div> </article> <footer class="pagination"> <nav role="navigation"> <span class="page-number">Page <b>1</b> of <b>3</b></span> <a class="page next older-posts" href="/tag/react-data-grid/page/2/">Next <span class="arrow">→</span></a> </nav> </footer> </main> </div> </div> <footer class="site-footer"> <div class="darkmode-data-target"> <div class="footer"> <div class="footerColumns layout-grid"> <div class="menuColumn"> <h4 class="thin-text">Documentation</h4> <ul class="list-style-none"> <li><a href="https://www.ag-grid.com/javascript-grid/getting-started/" >Getting Started</a></li> <li><a href="https://www.ag-grid.com/ag-grid-changelog/" >Changelog</a></li> <li><a href="https://www.ag-grid.com/ag-grid-pipeline/" >Pipeline</a></li> <li><a href="https://www.ag-grid.com/archive/">Documentation Archive</a></li> </ul> </div> <div class="menuColumn"> <h4 class="thin-text">Support &amp; Community</h4> <ul class="list-style-none"> <li><a href="https://stackoverflow.com/questions/tagged/ag-grid">Stack Overflow</a></li> <li><a href="https://www.ag-grid.com/license-pricing.php">License &amp; Pricing</a></li> <li><a href="https://ag-grid.zendesk.com/">Support via Zendesk</a></li> </ul> </div> <div class="menuColumn"> <h4 class="thin-text">The Company</h4> <ul class="list-style-none"> <li><a href="https://www.ag-grid.com/about.php">About</a></li> <li><a href="https://blog.ag-grid.com/">Blog</a></li> <li><a href="https://www.ag-grid.com/privacy.php">Privacy Policy</a></li> <li><a href="https://www.ag-grid.com/cookies.php">Cookies Policy</a></li> </ul> </div> <div class="menuColumn"> <h4 class="thin-text">Follow</h4> <ul class="list-style-none"> <li><a href="https://github.com/ag-grid/ag-grid" target="_blank" rel="noopener" > <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z" /></svg> Github </a></li> <li><a href="https://twitter.com/ag_grid" target="_blank" rel="noopener" > <svg width="1092" height="1075" viewBox="0 0 1092 1075" fill="none" xmlns="http://www.w3.org/2000/svg" size="32" class="icon" ><g clip-path="url(#clip0_404_5)"><path d="M622.109 475.189L919.927 129H849.353L590.758 429.591L384.219 129H146L458.328 583.547L146 946.58H216.577L489.661 629.145L707.781 946.58H946L622.091 475.189H622.109ZM525.443 587.552L493.798 542.289L242.007 182.13H350.41L553.608 472.79L585.253 518.053L849.387 895.867H740.984L525.443 587.569V587.552Z" ></path></g><defs><clipPath id="clip0_404_5"><rect width="800" height="818" transform="translate(146 129)" ></rect></clipPath></defs></svg> X </a></li> <li><a href="https://youtube.com/c/ag-grid" target="_blank" rel="noopener" > <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z" /></svg> YouTube </a></li> <li><a href="https://www.linkedin.com/company/ag-grid" target="_blank" rel="noopener" > <svg version="1.1" class="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve" > <path d="M26.2,4H5.8C4.8,4,4,4.8,4,5.7v20.5c0,0.9,0.8,1.7,1.8,1.7h20.4c1,0,1.8-0.8,1.8-1.7V5.7C28,4.8,27.2,4,26.2,4z M11.1,24.4 H7.6V13h3.5V24.4z M9.4,11.4c-1.1,0-2.1-0.9-2.1-2.1c0-1.2,0.9-2.1,2.1-2.1c1.1,0,2.1,0.9,2.1,2.1S10.5,11.4,9.4,11.4z M24.5,24.3 H21v-5.6c0-1.3,0-3.1-1.9-3.1c-1.9,0-2.1,1.5-2.1,2.9v5.7h-3.5V13h3.3v1.5h0.1c0.5-0.9,1.7-1.9,3.4-1.9c3.6,0,4.3,2.4,4.3,5.5V24.3z " /> </svg> LinkedIn </a></li> </ul> </div> </div> <div class="layout-grid"> <p className="text-sm thin-text"> AG Grid Ltd registered in the United Kingdom. Company&nbsp;No.&nbsp;07318192. </p> <p className="text-sm thin-text">&copy; AG Grid Ltd. 2015-2025</p> </div> </div> </div> </footer> <script> window.addEventListener('load', (event) => { var images = document.querySelectorAll('.kg-gallery-image img'); images.forEach(function (image) { var container = image.closest('.kg-gallery-image'); var width = image.attributes.width.value; var height = image.attributes.height.value; var ratio = width / height; container.style.flex = ratio + ' 1 0%'; }) }); </script> <script> const toggleMobileMenu = () => { const button = document.querySelector('.mobileMenuButton'); const nav = document.querySelector('#main-nav'); button.ariaExpanded = button.ariaExpanded === 'true' ? false : true; nav.ariaHidden = nav.ariaHidden === 'true' ? false : true; }; </script> <script> const postTitle = document.querySelector('.post-full-title'); if (postTitle) { const wordArr = postTitle.innerHTML.split(' '); let orphanless = ""; wordArr.forEach((word, i) => { orphanless += i !== wordArr.length - 1 ? ` ${word}` : `&nbsp;${word}`; }); postTitle.innerHTML = orphanless; } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10