I have a html table that is dynamically generated using xsl from a stored proc, and all column sizes/classes etc come from meta-data in the db. I need a plugin of some kind that will enable horizontal and vertical scrolling and be able to handle multiple header rows.
So far I’ve tried quite a few but most either don’t have horizontal scrolling or don’t seem to support multiple header rows. Both features are essential. What would you use to do this?
I ended up going with the plugin here fixedtableheader jquery plugin as it was the only thing I found that could handle my badly formatted html. Despite being a little unusual in design it works nicely.