左表固定列与表colspan [英] Left fixed columns with table colspan

查看:66
本文介绍了左表固定列与表colspan的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用过这个.js文件和以下方法。




高亮应冻结

解决方案

试试这个例子 http://www.cubicfactory.com/jseditor/welcome/137556/edit
确保在此示例中包含了所有js库


I have used this .js files and following method.

https://code.jquery.com/jquery-3.3.1.js https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js https://cdn.datatables.net/fixedcolumns/3.2.6/js/dataTables.fixedColumns.min.js

var table = $("#ShowDetails").DataTable({
                    scrollX: true,
                    scrollCollapse: true,
                    paging: false,
                    fixedColumns: {
                    leftColumns: 1,}
                });

But it is not working properly , i need to know how to do table structure like this.

high lighted should be freeze

解决方案

Try this example http://www.cubicfactory.com/jseditor/welcome/137556/edit Make sure you have included all js libraries in this example

这篇关于左表固定列与表colspan的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆