使用h.ui.admin框架中的数据分页,当分页为空时,会alert提示报错,
解决方法:
找到文件 H-ui\lib\datatables\1.10.0\jquery.dataTables.min.js第68行
找到第68行,把其中的alert(c),改为 console.log(c)
就会以console.log(c)的方式,而不会弹出
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!