Dynamically adding checkboxes to a row not working
Dynamically adding checkboxes to a row not working
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,
""
]);
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,
""
]);
This discussion has been closed.
Replies
Allan