I’m using Google Charts to display a paginated table.
When I load the page the table has a very small width and it resizes to
the proper width only after the first paging.
I tried to set an explicit width and inspected the table element,
The width property is set to the proper size but the table is still small on load.
There isn’t anything special about the code, It’s the same as the example in the playground:
https://code.google.com/apis/ajax/playground/?type=visualization#table_paging
Is there a way to force the table to resize to the set dimensions?
Thanks
For now I’m just setting the width again with $.width(),
But this doesn’t seem like an optimal fix