本文介绍了数据式colspan排序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当引入colspan或rowspan时,datatable jquery插件会出错。
有没有其他方法可以通过它。

解决方案

Datatables不支持colspan。您可以在表格中添加可以是任何格式的详细信息行,例如点击展开该行。






Datatable jquery plugin gives error when colspan or rowspan is introduced.Is there any other way of getting through it.

解决方案

Datatables does not support colspan. You can add a detail row to the table that can be any format, like on click expand the row.

Datatables Colspan

Row Detail

这篇关于数据式colspan排序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 05:14