using row-details Not working with me code

using row-details Not working with me code

relihkcinrelihkcin Posts: 4Questions: 0Answers: 0
edited June 2011 in Plug-ins
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

Replies

  • relihkcinrelihkcin Posts: 4Questions: 0Answers: 0
    found a way around. I used getCustTech2.php to get data and format it into html similar to above and return that code. put sOut into fnOpen and it's working. any solutions to why it wont work above??
  • relihkcinrelihkcin Posts: 4Questions: 0Answers: 0
    problem. When done the second way. It takes to click to expand the row and show the data.
This discussion has been closed.