add datatable-utils inside makefile

This commit is contained in:
gabryon99 2020-06-15 11:37:14 +02:00
parent b96e6dfba8
commit 91507212f0
9 changed files with 77 additions and 213 deletions

View file

@ -34,7 +34,7 @@ class DataTableUtils {
}
}
static setAjaxConfig(config, url, dataSrc, method = "get", params = {}) {
static setAjaxConfig(config, url, dataSrc = '', method = "get", params = {}) {
config.ajax = {
url: url,