Hello Tony,
ts.p._index[idr] = ts.p.data.length-1;
of addJSONData and another line with the same code later (see here) should be fixed to save in _index ids without id prefix like it will be done in case of datatype: “local”. The fixed code can be for example
ts.p._index[$.jgrid.stripPref(ts.p.idPrefix,idr)]
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top