[no subject]
i have been able to insert data dynamically through javascript, but now the case I need the first data that is inserted to be in row 1.. but instead if i add more row, the data will replace , like
1st data - hello
2nd data - bye
the order should be
row 1 - hello
row 2 - bye
but now its like
row 1 - bye
row 2 - hello.. and so on..
can anybody help me?
1st data - hello
2nd data - bye
the order should be
row 1 - hello
row 2 - bye
but now its like
row 1 - bye
row 2 - hello.. and so on..
can anybody help me?
sono82
November 24,