Added data table

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-08-30 15:29:09 -06:00
parent 00bad986e5
commit 0be498d9bd
7 changed files with 167 additions and 4 deletions

View File

@@ -180,6 +180,13 @@ function exportAttachments() {
}
});
}
function showDataTable() {
$("#vehicleDataTableModalContent").html($("#vehicleDataTableModalContentClone").html());
$("#vehicleDataTableModal").modal('show');
}
function hideDataTable() {
$("#vehicleDataTableModal").modal('hide');
}
function showGlobalSearch() {
$('#globalSearchModal').modal('show');
}