Martin,
I have the use of VUEX (state Management) working with JQXGrid.
For me, it came down to a timing issue between the Vuex Dispatch to retrieve backend data and time to populate data into the VUEX store. Thus when the store data was available to rebind (datebounddata) back to the grid data source.
The fix for me was doing research on how to watch for a VUEX state change and ensuring that I then updatebounddata back to the grid.
I’m in the process of cleaning up my code and putting in some comments so I can post what works for me.
When time permits on your side, maybe a code review makes sense to ensure what I have working is in line with what you would find acceptable. As we all know there are always many ways to make the code work. I just want to ensure other code users have the best experience possible.
Best Regards,
Gary