为了使用cell
OP中建议的方式,请使用{ row, column }
选择器并最终确定draw()
:
table.cell({ row: index, column: 5 }).data('Helloo').draw();
关于“ table.cell不是函数”,dataTable可能未使用DataTable()
capital 初始化D
。如果有理由使用dataTable()进行初始化,我们仍然可以通过api()
以下方式访问API :
table.api().cell({ row: index, column: 5 }).data('Helloo').draw();