问题描述
表格顶部的搜索面板不会出现在整个表格中。只显示直到屏幕适合,当你滚动时,它不会扩展。
这是数据表代码。
$("#standardList").dataTable({
"aoColumnDefs": [
{
targets: ['_all'],"bLengthChange": false,"bSort": true,"bFilter": true,"aaSorting": [],"bAutoWidth": true,"scrollX": true,"oLanguage": {
"sSearch": "Search: ","sEmptyTable": "<div class='portlet-msg-alert'>No standards Found</div>"
},"sPaginationType": "full_numbers"
}]
});
https://i.stack.imgur.com/KH3G3.png
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)