Commit iniziale
This commit is contained in:
17
public/js/app/contratti.js
Normal file
17
public/js/app/contratti.js
Normal file
@@ -0,0 +1,17 @@
|
||||
$('#contratti').DataTable({
|
||||
responsive: true,
|
||||
fields: [
|
||||
{
|
||||
label:"Data",
|
||||
type: "datetime"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
$(document).on('click','.open_modal_new',function(){
|
||||
console.log('richiesto apertura form');
|
||||
$('#myModal_new').modal('show');
|
||||
|
||||
});
|
||||
|
||||
$(".draggable").draggable();
|
||||
Reference in New Issue
Block a user