fnUpdate returns false
fnUpdate returns false
alexweb
Posts: 4Questions: 0Answers: 0
hello allan
i have my table drawn and then i have a select element where the user can choose a year that affects the cells in that row changing their content
im trying to use fnUpdate but it returns false even in its simplest form
http://jsfiddle.net/ufeB9/
thanks in advance
i have my table drawn and then i have a select element where the user can choose a year that affects the cells in that row changing their content
im trying to use fnUpdate but it returns false even in its simplest form
http://jsfiddle.net/ufeB9/
thanks in advance
This discussion has been closed.
Replies
var row = oPlayersTable.$("tr").eq(rowIndex);
for(var key in response.result)
{
row.find("." + key).text(response.result[key]);
}