Printable Version of Google Visualizations DataTable

Posted by maleki on Stack Overflow See other posts from Stack Overflow or by maleki
Published on 2010-04-05T07:37:41Z Indexed on 2010/04/05 7:43 UTC
Read the original article Hit count: 253

Filed under:
|
|
|

I have a custom routing application that takes information for a route from google maps. It then creates a Google Visualizations DataTable to hold all the steps in the route.

My current problem is that in order to reduce overflow for very large routes, I have enabled paging in the options of the DataTable. This leads to a not so printer friendly version because only the portion of the data that is shown in the table will be printed. The other portions of the table are loaded dynamically by the API when you click prev and next.

Is there a not so hard way to get the DataTable to be printer friendly when it comes time without sacrificing the ability to have paging enabled?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google