4

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Fuxi
  • 7,611
  • 25
  • 93
  • 139

3 Answers3

3

I think most people use jGrid or flexigrid

mcgrailm
  • 17,469
  • 22
  • 83
  • 129
2

There's also $.tableScroll() plugin

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

RPDeshaies
  • 1,826
  • 1
  • 24
  • 29
0

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/

Adam Grant
  • 12,477
  • 10
  • 58
  • 65