Ahh, I see. The API does not support this out of the box, but you could write javascript to do it. Hmmm...
Maybe hijack the 'sort' event (set the 'sort' option to 'event', which throws the event but leaves it up to the designer to do the sorting), and create a 'sort' event listener. In the listener, spawn a dropdown with the options, attach a listener to the dropdown to get the selection, and redraw the table with the selected filter. On Friday, April 20, 2012 10:39:15 AM UTC-4, Humble Beginnings wrote: > > No, the best I can describe it is a drop down filter on each column > header. > When I generate a table with the chartwrapper, the first row becomes > the column header and you can order it alphabetically or by ascending > or descending numbers by clicking on the header. What I would like is > a drop down filter which allows you to select a either a specific > name or the number in each column. > > The table gadget in Google charts give the filter option... > -- 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/-/M2hl5e_WDqYJ. 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.
