Search
-
td.details-control open an other table
by allan ·$('#venda').on( 'click', 'tbody button', function () { var rowData = table.row( $(this).closest('tr') ).data(); ... do something with rowData } ); -
td.details-control open an other table
by erickmt ·It compiled my html but it's a modal that shows the datatable #venda -
td.details-control open an other table
by erickmt ·} ); var table = $('#venda').DataTable( { dom: 'Bfrtip', ajax: 'controller/controller_historico.php', columns: [ { "data": "cliente.nome" }