ag-Grid Using Dynamic Column Definitions in ag-Grid In this post we'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.
ag-Grid Persisting and restoring ag-Grid state with React & Redux ag-Grid gives great flexibility in saving and restoring its state. This allows users to have their own ag-Grid configurations, or switch between views and keep the ag-Grid setup when they return. In this post we will show how to implement this by saving ag-Grid state using React and Redux.