📅  最后修改于: 2022-03-11 15:01:37.682000             🧑  作者: Mango
jQuery.fn.dataTable.ext.search.push(...) on line is being executed before you load datatables.js . You will want to execute it after Datables has been loaded.
wrap the code inside $(document).ready(); then it will work fine