Hello,
Thx in advance for your help !
During the initialisation of a jqGrid, I try to put the colNames and colModel parameters with an array variable of values.
The grid is well created but the colModel paramaters are not taken into account
why ?
//
colN = new Array ('co11', 'col2', 'col3');
colM = new Array ('{index: “col1”, name: “col1”, width: 5}', '{index: “col1”, name: “col1”, width: 10}', '{index: “col1”, name: “col1”, width: 10}');
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top