我想获取选中的“ IG”值并通过Ajax发布。
"select": {
"style": "multi"
},
"processing" : true,
"serverSide" : true,
"order" : [],
"ajax" : {
url:"accfiltrage.php",
type:"POST",
}
$('#customer_dataa tbody').on( 'click', 'tr', function () {
$(this).toggleClass('selected');
} );
$('#button').click( function () {
swal( table.rows('checkboxes.selected').data().length +' Commande selectioner login to continue ' ).then(
function() {
window.location.href = "login.php";
})
} );