Dan Patrick
Dan Patrick
Why not merge this into the codebase?
Ah... Yeah, I see now that if the outer container (body) is scrolled, then the table heading does some strange things.
Now THIS looks like you might be on to something! Horizontal scroll doesnt break this one like it did in the previous one you posted. +1 Now I've got to...
Hey, I ran both the original stickytableheaders and the overflow header patched version through the same beautifier and created a gist with revisions so I could see a proper diff....
@jpeck: Some input... - container parameter could optionally accept actual jquery object - parentClientWidth update might be better placed inside updateWidth in case container changes sizes, clip should update. -...
Also, maybe fix postgresql support? It seemed to totally choke if the postgresql server needed a password. (e.g. loyal wasn't set in pg_hba.conf)
`config.log_level` is what you'll find as the default (or was in mine anyway) in the rails environment configuration files. I had to switch to using config.logger.level, but only if using...
Any expectation of fixing this now that o1 has added `developer` messages? This is their stand-in for system messages. Hoping to use o1 for my interpreter work! Thank you, @KillianLucas