Hello everyone!
Firstly i would like to thanks the authors of JQGrid, this amazing plugin!! I've discovered it a few days ago and i don't have the english words (i'm french
) to tell you how much this is good. Thanks a lot!
I've found a little problem when using it with JQGridState (1.1.0) and the minified version of JQGrid. When i try to hide or show columns, it only works with the first one but there is no javascript error. The others columns don't change.
I've looked in the extended version and compared it with the minified version and i've found a problem with a “for” loop on the colmodel which breaks after the first element.
The loop is in grid.setcolumns.js on line 76 (on extended version of course):
for(i=0;i<$t.p.colModel.length;i++){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top