sistemato ordinamento date e migration per anagrafica
This commit is contained in:
9
public/js/app/progetti.js
vendored
9
public/js/app/progetti.js
vendored
@@ -1,6 +1,13 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
$('#tab_progetti').DataTable({
|
||||
responsive: true
|
||||
fields: [
|
||||
{
|
||||
label:"Data",
|
||||
type: "datetime"
|
||||
}
|
||||
]
|
||||
});
|
||||
});
|
||||
|
||||
@@ -19,4 +26,4 @@ $.getJSON("progetti/coordinatori", {}, function(data) {
|
||||
)
|
||||
}
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
8
public/js/app/rigaProgetti.js
vendored
8
public/js/app/rigaProgetti.js
vendored
@@ -1,6 +1,12 @@
|
||||
$(document).ready(function() {
|
||||
$('#tab_progetti').DataTable({
|
||||
responsive: true
|
||||
fields: [
|
||||
{
|
||||
label:"Data",
|
||||
type: "datetime"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
$('#form').click(function() {
|
||||
@@ -35,4 +41,4 @@ $(document).ready(function() {
|
||||
$('#myModal_addRow').modal('show');
|
||||
// $('#form_new').attr('action', 'progetti/new');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user