【发布时间】:2015-10-01 14:42:21
【问题描述】:
我正在使用我在文档中找到的示例遍历我的 DataTable 的行,但我想获取第二列的数据,分析该值,然后在该单元格上设置我处理的值。
tablaProgDetalle.rows().every( function ( rowIdx, tableLoop, rowLoop ) {
// I suppose here goes the processing and the setting of the cells values.
});
【问题讨论】:
标签: get set datatables row cell