html5 datetime instead of jquery
anhang pdf rechnung
This commit is contained in:
@@ -73,6 +73,8 @@ function deleteId(id, table) {
|
||||
function formatDetails ( d ) {
|
||||
details = '';
|
||||
str='';
|
||||
if (d.rechnung)
|
||||
str += '<a href="viewBill/'+d.rechnung+'">Rechnung: '+d.rechnung+'</a>';
|
||||
// `d` is the original data object for the row
|
||||
d.details.forEach(function(item){
|
||||
details += '<tr>';
|
||||
@@ -84,7 +86,7 @@ function formatDetails ( d ) {
|
||||
details += '</tr>';
|
||||
});
|
||||
if (typeof d.quelle !== 'undefined'){
|
||||
str ='<table class="tabdet" data-bs-id="'+d.id+'">'+
|
||||
str +='<table class="tabdet" data-bs-id="'+d.id+'">'+
|
||||
'<tr>'+
|
||||
'<td>Quelle:</td>'+
|
||||
'<td>'+d.quelle+'</td>'+
|
||||
|
||||
Reference in New Issue
Block a user