Finance Manager Website

The table control you're using doesn't support scrolling itself? Why not set the max-height attribute on the div containing the table, rather than the table itself? The table control (if it's a good one) should be able to overflow and scroll automatically if it's contained within a constrained div.
 
Why not set the max-height attribute on the div containing the table, rather than the table itself? The table control (if it's a good one) should be able to overflow and scroll automatically if it's contained within a constrained div.

That works, but the table header doesn't stay fixed. Still, I might just do that for now; better than the hacky solution I had :p

Otherwise re plugin support: https://github.com/alfajango/jquery-dynatable/issues/37
Looks like they're hitting the same issues I am. display:block screwing up the formatting -_-
 
Back
Top Bottom