More Development Progress in the Coming Week

I’ve had to put a hold on further developing the plugin due to other projects keeping me busy. I am happy to announce that I am back working on the plugin. Thanks for all the comments, feedback, and feature suggestions. I will do my best to incorporate most of them into this release.
[...]

Fixed Columns demo live! (Microsoft Excel like tables)

I have setup a live demo for fixed columns. It isn’t 100% ready for release. A few issues that are currently being worked on are auto-resizing the table with the browser window, styling the fixed column, and adding a fixed footer.
You can find the demo here

Expect Release 1.1 this weekend.

Due to some other projects, releasing v1.1 has been delayed. Expect a release for this coming weekend (Oct16th-17th).
I apologize if you are waiting on v1.1
Things to expect in this release:
Ability to fix the first column when side scrolling.
Bug fixes.

Progress on v1.1 (new feature)

I made good progress this weekend on v1.1
I have added the ability to freeze/fix the first column. If you have enough columns that horizontal scrolling is required then the first column, header, and footer will be fixed.
I am working out a few bugs and testing in all supported browsers. Hoping to have a release [...]

Released version 1.0

Version 1.0 has been uploaded.
Added features:

Re-sizing the table when the window resizes.
Horizontal scrolling when the table columns don’t all fit into view
Various bug fixes

Adding new features and bug fixes today

Some new features going in today:

Option to auto scale the table with the browser window. If you want your table to scale with its parent div enable autoResize:true and be sure you are allowing your parent div to scale with the window. Either by giving it a width and height of 100% or [...]

Development started on Fixed Header Table jQuery plugin

Why?
The development of Fixed Header Table (its a working title) came about when I had to re implement tables that display enormous amounts of data with the following requirements: fixed header; only the table body would scroll if there were enough rows; the table would resize with the window to maximize space and usability for [...]