I have run into a problem only showing certain columns from the data in a 
table. A have data in 5 columns, when it displays I do not want column 5 
(index 4) to display. There's several methods I tried: 

setColumns([0, 1, 2, 3]);
removeColumn(4);
setView({'columns': [0, 1, 2, 3]}); 
view: {'columns': [0,1,2,3],}  (in options)

None of these seem to work, the last column still continues to be 
displayed. 

I have probably missed something really basic, but can someone help?

The code can be seen at https://jsfiddle.net/brisray/26rb8zwq/ and the live 
code is at http://hmsgambia.org/crewlist.htm

Ray

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/5e5c20b2-2b91-4b24-b752-9e4ec5ea0d6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to