I\'m using jQuery DataTables, my JavaScript code is shown below:
$(document).ready(function() { var tbl = $(\'#table_tabl\').DataTable({ responsive:
I found it :
$("#salle_code").on("change", function(){ tbl.ajax.url("server_processing_reservTables.php?salle_code="+$(this).val()).load(); });