Hi all: A recent update to the Table visualization broke behavior we were relying on for event-based paging. When page is set to "event", the paging controls will not appear unless there are more rows in the data table than set in the pageSize option. They used to always appear, and we used this to implement a lazy-loaded grid control, only loading each page's records. With the new change, the paging controls would never appear, since we always loaded into the DataTable exactly the rows to show on the page. We were able to patch this on our end by always adding an empty blank row to the end of our DataTable if the page was otherwise full to force the controls to appear, but that is not ideal.
My larger complaint is that the visualization changed without warning in backwards incompatible ways, which is a complete killer for using the Visualization API for anything even remotely robust. Thanks, Chad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
