标签: javascript jquery datatables
我正在使用fnUpdate来更新列,它正在更新列,但是当我插入新行并尝试更新特殊行的列时,它正在更新不同的行。
这是代码
$('#example').dataTable().fnUpdate("value", rowindex, columnindex);