Removing columns from the DataTable destroys them permanently, whereas specifying which columns to show/hide in a DataView preserves the underlying data. Generally, I would recommend a DataView over using removeColumn.
On Friday, November 23, 2012 12:32:34 PM UTC-5, Pedro Guimarães wrote: > > You were rigth once more :D > > I was searching new solutions already :p > > eg. > > var view = new google.visualization.DataView(dataResponse); > view.setColumns([0,1,3]); //here you set the columns you want to display > > > or should I keep using columnRemove? Whats your advice? :) > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/HJ9oNQGy5JUJ. 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.
