jQuery: best plugin for table with fixed header

旧时模样 提交于 2019-12-07 08:12:22

问题


What's the best jQuery plugin for creating a table with fixed header? It should be crossbrowser compatible. I'm needing this for creating a datagrid widget.


回答1:


I think most people use jGrid or flexigrid




回答2:


There's also $.tableScroll() plugin

https://github.com/farinspace/jquery.tableScroll




回答3:


If you need to create a table with fixed row labels as well, I whipped this up:

http://adamkochanowicz.com/blog/fixed-table-headers-and-sidebar/



来源:https://stackoverflow.com/questions/5524649/jquery-best-plugin-for-table-with-fixed-header

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!