简体   繁体   English

冻结列的良好插件和表中的固定标题

[英]Good Plugin for Freeze column and fixed header in Table

I am looking for some good plugin for Freeze column and fixed header in Table 我正在为Freeze列和Table中的固定标题寻找一些好的插件

I am currently using GridViewScroll http://gridviewscroll.aspcity.idv.tw/ 我目前正在使用GridViewScroll http://gridviewscroll.aspcity.idv.tw/

It doesn't support Spanning of rows ans columns. 它不支持行跨列。 I would like to have one which supports that. 我想要一个支持这一点的人。

Please make some good suggestions. 请提出一些好的建议。

Thanks in Advance. 提前致谢。

You can try this jsfiddle. 您可以尝试此jsfiddle。 .

It is not a plugin and not written by me ..I used it so may be it will be helpful to you.. You can edit the code to get desired results.. 它不是插件, 也不是我写的。我用过它可能对您有帮助。您可以编辑代码以获得所需的结果。

Basic functionality can be controlled through this: 基本功能可以通过以下方式控制:

$('#cTable').cTable({
        width: 800,
        height: 150, 
        fCols: 1,  //Number of columns to be fixed
        fRows: 1   // Number of rows to fixed
    });

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM