I'm pretty new to ext.js (3.4), and I really struggle to implement such a simple feature :
I have a Grid, with a ColumModel where sortable is explicitly sets to false. All columns are sortable or not sortable, there is no case where some may be sortable while other won't.
I'd like to be find an easy and simple way to switch them between those two states, but I'm stuck. I guess that i should use columnModel.setConfig(), but i can't find any code sample that is not over-complex or completely unrelated.
Can one of you gives me a hint ?