DataTables 报错table.row is not a function
温馨提示:
本文最后更新于 2023年03月13日,已超过 648 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我。
最近在使用django_datatables_view做数据联动显示的是否发现报一下错误,
unmap.js:49 Uncaught TypeError: dt_table.row is not a function
at HTMLTableRowElement.<anonymous> (unmap.js:49)
at HTMLTableSectionElement.dispatch (datatables.min.js:14)
at HTMLTableSectionElement.y.handle (datatables.min.js:14)
原来是我在初始化表的时候有问题小记下
Q. I get an error message stating that an API method is not available
A. Very likely you are using a jQuery object rather than a DataTables API instance. The form $().dataTable() will return a jQuery object, while $().DataTable() returns a DataTables API instance. Please see the API documentation for further information.
原来使用$().dataTable() 返回了一个Jquery对象
然后我需要使用API实例
一个大小写字母的事折腾两个小时
正文到此结束
- 本文标签: python语言
- 本文链接: http://www.iamlk.cn/article/45
- 版权声明: 本文由Leonidax原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权