2019年4月21日

bootstrap-table 动态合并行和列方法

摘要: $("#table2").bootstrapTable({ url: "http://...", columns: [], onLoadSuccess: function (data) { mergeCells(data, "FDepName3", 1, $('#table2'));//行合并 me 阅读全文

posted @ 2019-04-21 21:23 小华同学 阅读(5287) 评论(0) 推荐(1)

导航