I would appreciate some help or suggestions with my current project.
I have a simple webpage with an html form where a database is queried and the results return various rows and columns into a table.
What I need the table to do is maximize the size of text in the table cells. The tables CELL size should be even, but the text in the cell be as large as possible.
I’ve tried jQuery BigText and jTextFill, but they both seem to depend on a fixed width/height. As each database query returns various number of rows / columns, I can’t set a fixed width/height as it would not maximize the screen with a small table result.
Just finished this. It uses jQuery mostly for convenience/compatibility. Turns your HTML table into an expanding width font table.
http://jsfiddle.net/fnbrb/1/
Here it is after some more fiddling. Maybe this works better:
http://jsfiddle.net/xXHLc/11/
Here is the JS but it requires a few styles as well: