I have a Ext JS (Version 7.3.1) pivot grid like this fiddle: https://fiddle.sencha.com/#view/editor&fiddle/3col
When i click on Test it will output the grid store type. In this case it outputs "memory" but it's an ajax store, so (i guess) cause of this i can't reload with a simple store.load().
What do i need to do to request pivot grid store ajax again?
I already tried switching store. I switched matrix to remote, I tried with direct proxy too. But everytime it will output memory store. So i can't reload