Dynamically adding checkboxes to a row not working

Dynamically adding checkboxes to a row not working

lhoffmanlhoffman Posts: 6Questions: 0Answers: 0
edited August 2013 in General
Hello:

I am trying to dynamically add a checkbox to a row when my data is retrieved but it will not show up. Here is my code - see the last column which is column 8. Any help is greatly appreciated...Lisa

oTable.fnAddData( [
"",
"",
classification,
reports[i].type,
" ",
formattedReportTime,
originator,
reports[i].reportId,
""
]);

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Can you please link to a test case showing the issue: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read . That looks like it should work to me, so I'm not sure what is going wrong.

    Allan
This discussion has been closed.