JQuery DataTable 不允许使用 colspan(无法设置未定义的属性 '_DT_CellIndex')
Posted
技术标签:
【中文标题】JQuery DataTable 不允许使用 colspan(无法设置未定义的属性 \'_DT_CellIndex\')【英文标题】:JQuery DataTable does not allow using colspan (Cannot set property '_DT_CellIndex' of undefined)JQuery DataTable 不允许使用 colspan(无法设置未定义的属性 '_DT_CellIndex') 【发布时间】:2017-02-19 18:53:41 【问题描述】:我想将我的 html 表中的一些列与 colspan 合并,但我使用 JQuery DataTable 导出到 Excel。我知道,我不能在 JQuery Datatable 中使用 colspan 或 rowspan。有什么解决办法吗?我该怎么办?
【问题讨论】:
您需要重新处理表格以不使用 col/rowspans。根据您的使用情况,child rows 可能会让您感兴趣 【参考方案1】:DataTables 不支持rowspan
或colspan
。
https://datatables.net/forums/discussion/comment/89802/#Comment_89802
【讨论】:
以上是关于JQuery DataTable 不允许使用 colspan(无法设置未定义的属性 '_DT_CellIndex')的主要内容,如果未能解决你的问题,请参考以下文章
围绕DataTable';允许在Rails应用程序中与服务器端分页同步的ajax方法