In this demo, the Vuex store manages the Grid’s state. All end-user actions that modify the component state produce corresponding Vuex mutations that the Grid commits. You can perform time-travelling and observe the Grid’s state changes with the Vue DevTool Extension that is activated in this demo.