Thursday, November 19, 2009

DataTable jQuery Plugin - JavaScript inside a table cell

If the data source is AJAX and the cell has JavaScript, the node is created and assigned directly via nTd.innerHTML=data so any JavaScript code inside the cell won't get executed. To correct than you need the custom fnRender for that column.

Labels:

0 Comments:

Post a Comment

<< Home