Answers for "datatable set data of column"

0

datatable set data of column

const table = $("#table-id").DataTable();

table.cell(0, 0).data("new text"); //column idx, row idx
								   // can also use a jquery tr ref as first param
Posted by: Guest on May-13-2021

Code answers related to "datatable set data of column"

Code answers related to "Javascript"

Browse Popular Code Answers by Language