Hi. Can someone please help me with my problem. I am using tree panel - tree grid. I want to change store dinamicaly, but I always get the same error.
RowModel.js:398
Uncaught TypeError: Object [object Object] has no method 'indexOf'
Is this a bug?Code:... listeners: { click: function(button, e, options) { tree.reconfigure(issuesStore); // - does't work with columns either issuesStore.load({ params:{ project_id: 2 // just for testing } }); } } ...