使用 Datatables 时,页面报错 Uncaught TypeError: Cannot read property 'DT_RowId' of null
报错如下图
文章图片
报错原因:后台没有返回给前端每条数据的唯一标识,即主键
解决办法:后台把每条数据的唯一标识返回给前端即可
参考文档:https://datatables.net/manual/tech-notes/14#Why-DT_RowId?
【datatables 报错 Uncaught TypeError: Cannot read property ‘DT_RowId‘ of null】