mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Init datatables even after ajax requests.
This commit is contained in:
parent
6c96d8efad
commit
c0f44b76f3
5 changed files with 53 additions and 42 deletions
|
@ -45,6 +45,8 @@ require('jquery-form');
|
|||
window.$ = window.jQuery = require("jquery");
|
||||
|
||||
require('bootstrap-treeview/src/js/bootstrap-treeview');
|
||||
require('./datatables.js');
|
||||
|
||||
|
||||
require('../ts_src/ajax_ui');
|
||||
import {ajaxUI} from "../ts_src/ajax_ui";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue