This commit is contained in:
Matteo Gheza 2021-05-01 00:28:14 +02:00
parent 2dcc4ef14f
commit 5c308d798b
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@ $baseConfig = [
*.lock
*.zip
',
'allowDelete' => false,
'before' => [
'local: cd server && composer update --no-dev -o'
],

View File

@ -123,7 +123,8 @@ export default async function fillTable ({ data, replaceLatLngWithMap = false, c
}
},
language: loadedLanguage,
buttons: ["excel", "pdf", "csv"]
buttons: ["excel", "pdf", "csv"],
info: false //TODO: fix info string
});
tableDt.buttons().container()
.appendTo("#table_wrapper :nth-child(1):eq(0)");