regenerating html pages

This commit is contained in:
frankknoll
2023-04-24 09:56:36 +02:00
parent 5c45a83b4e
commit fe505e574e
8964 changed files with 8968 additions and 8967 deletions

View File

@@ -7,13 +7,13 @@ class BatchCodeTableInitializer {
}
initialize() {
const clazz = this;
const self = this;
this.#batchCodeTableElement.DataTable(
{
ajax: 'data/batchCodeTables/Global.json',
initComplete: function (settings) {
batchCodeTable = settings.oInstance.api();
const columnSearch = new ColumnSearch(batchCodeTable.column(clazz.#getColumnIndex('Company')));
const columnSearch = new ColumnSearch(batchCodeTable.column(self.#getColumnIndex('Company')));
columnSearch.columnContentUpdated();
},
language: