fnUpdate returns false

fnUpdate returns false

alexwebalexweb Posts: 4Questions: 0Answers: 0
edited November 2012 in DataTables 1.9
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

Replies

  • alexwebalexweb Posts: 4Questions: 0Answers: 0
    this is what im trying to accomplish

    var row = oPlayersTable.$("tr").eq(rowIndex);

    for(var key in response.result)
    {
    row.find("." + key).text(response.result[key]);
    }
This discussion has been closed.