我已经包含了此链接中的代码:https://datatables.net/examples/api/multi_filter.html
但它不能正常工作.搜索框显示但在搜索框中键入详细信息时数据无法加载.我将发布我已包含在我的文件中的代码.请仔细看看并验证相同.
任何帮助将不胜感激.谢谢.
码
PHP foreach($array as $arr) { ?>
PHP echo $arr->column_1; ?>PHP echo $arr->column_2; ?>PHP echo $arr->column_3; ?>PHP echo $arr->column_4; ?>PHP echo $arr->column_5; ?>PHP echo $arr->column_6; ?>PHP echo $arr->column_7; ?>PHP echo $arr->column_8; ?>PHP echo $arr->column_9; ?>PHP echo $arr->column_10; ?>PHP } ?>
JAVASCRIPT
最佳答案