using row-details Not working with me code
using row-details Not working with me code
I'm trying to add my customers computers that they have had work on in the details of under there name. The provided sOut in the example works. But my code only show the header and nothing else. thanks for the help
function fnloadrepair(idd) {
var CID = idd
var sOut ='';
sOut = sOut + 'ID';
sOut = sOut + 'Type';
sOut = sOut + 'Model';
$.getJSON('getCustTech2.php', {CustTech:CID}, function(data) {
for ( var i=0 ; i
function fnloadrepair(idd) {
var CID = idd
var sOut ='';
sOut = sOut + 'ID';
sOut = sOut + 'Type';
sOut = sOut + 'Model';
$.getJSON('getCustTech2.php', {CustTech:CID}, function(data) {
for ( var i=0 ; i
This discussion has been closed.
Replies