Chartle.net beta testers already playing with the Table visualisation
complained that when one activates paging and specifies the width/
height for the table the resulting container dimensions are higher
then expected.
This was noticed since the table itself is in an iframe with
supposedly higher dimensions then the width/height defined for the
table. This means the iframe should never show scrollbars because its
content should be smaller by definition.
I illustrated the problem here. The iframe width/height is alreay 20px
higher in example1 then the expected table w/h. Still it is showing
scrollbars. One has to further increase the iframe dimensions to make
them disappear in example2:
http://www.genflux.de/chartle/table_iframe.html
This only happens if paging is active. I haven't looked into it but I
think the problem is on the visualizations end which - when paging is
active - leads to a container that doesn't honor the dimension
specified by the width/height parameters.
Cheers,
Dieter