var table = $("#YourTable").DataTable(); var currentRow = table.row.add([/*array*/]).draw().node(); $(currentRow).addClass("text-bold");