Javascript ag-Grid & Vuex | creating a modern user widget State Management with VuexData BindingDocumentation: ag-Grid-Vue The data for all the records in our application is kept in a Vuex store: // src/store/store.js getters: { rowData: state => { return state.rowData; } }Rows