Hello,
(please excuse me for my frenchy english…)
I just wanted to hide a grid… but I got the “classical” error issue (jquery-2.1.3.min.js:2 Uncaught TypeError: Cannot read property ‘length’ of undefined)
Here is the problem :
http://jsfiddle.net/mogador/o8L2ft7f/4/ (open the developper console in your browser to catch js errors…)
==> clic run : you get an error.
==> if you erase the class = “hidden” (1st HTML line) ==> it works fine
==> if you keep the class = “hidden” (1st HTML line) AND you delete sortcolumn: ‘name’ (22nd Javascript line) ==> it works fine.
But it’s impossible to keep the class hidden with sortcolumn…
Thanx for your help.