const table = $("#tableId").DataTable(); table.rows().every( function() { const node = this.node(); // html node -- tr const row = $(node).find('td:eq(2)'); // 3rd (0-index) column -- td }