DataTable gradually shrinking after each submit: 1.8 b4
DataTable gradually shrinking after each submit: 1.8 b4
cschweda
Posts: 6Questions: 0Answers: 0
My datatable shrinks after each submit on a form. Literally shrinks.
Example here:
http://www.icjia.state.il.us/public/index.cfm?metasection=forms&metapage=fsgu-grant-tracker3
Hit the display button several times in a row (choose a small subset of data so each refresh is small) -- and you'll see the width of the actual table (but not the header or footer) shrinks by 3 or 4 pixels.
Any idea what's causing this? I'm destroying the table each time it's regenerated.
Any ideas?
(Running 1.80 b 4)
Example here:
http://www.icjia.state.il.us/public/index.cfm?metasection=forms&metapage=fsgu-grant-tracker3
Hit the display button several times in a row (choose a small subset of data so each refresh is small) -- and you'll see the width of the actual table (but not the header or footer) shrinks by 3 or 4 pixels.
Any idea what's causing this? I'm destroying the table each time it's regenerated.
Any ideas?
(Running 1.80 b 4)
This discussion has been closed.
Replies
If I point it to an earlier version, it's fine -- no shrinkage. But it's horribly slow due to the lack of deferred rendering.
If I point to 1.8 b3 or 1.8b4, the shrinkage occurs.
Help!