mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
|
// SPDX-FileCopyrightText: 2023 Andreas Palm
|
||
|
//
|
||
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||
|
|
||
|
export function reloadDataTables() {
|
||
|
window.$('#main .dataTable').DataTable().ajax.reload();
|
||
|
}
|