问题
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