add row dynamically
add row dynamically
raiprashant
Posts: 1Questions: 0Answers: 0
if i want to declear a varriable
var str="mark" use it in adding row
and now i want to
t.row.add( [
[ str], ["System Architect"],[ counter1], ["5421"], ["2011/04/25"], ["$320,800"] ]
).draw( false );
why it is not working
This discussion has been closed.
Replies
We're going to need to see complete sample code to be able to help.