aggiornamenti vari...
This commit is contained in:
@@ -295,7 +295,7 @@ const getTableContent = async (options) => {
|
||||
// Se c'è un solo record, visualizza una lista di chiavi e valori
|
||||
const record = records[0];
|
||||
output += `
|
||||
< table border = '1' style = "border-collapse: collapse; width: 50%;" >
|
||||
<table border='1' style="border-collapse: collapse; width: 50%;" >
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="padding: 8px; background-color: #f2f2f2;">Campo</th>
|
||||
@@ -314,7 +314,7 @@ const getTableContent = async (options) => {
|
||||
});
|
||||
output += `
|
||||
</tbody>
|
||||
</table >
|
||||
</table>
|
||||
`;
|
||||
} else {
|
||||
// Se ci sono più record, visualizza una tabella con intestazioni
|
||||
|
||||
Reference in New Issue
Block a user