I need an HTML super-table of a sorts. It's fine if it's based on jQuery or some other JavaScript library. In fact I don't really care what the drawbacks are provided that the following requirements are met.
Must support:
- At least IE8 and the most recent version of Firefox
- Variable-width columns (no pre-defined widths)
- A fixed header and a fixed footer
- Both horizontal and vertical scrolling
I've found a whole bunch of them that satisfy some or many of these requirements, but not a single one that satisfies all of them.
Does such a thing exist? Is it possible at all?