colvisGroup from select field
colvisGroup from select field

I am wondering if it is possible to use a select field instead of buttons to show/hide column groups. I am working on a project where a Google Doc JSON feed populates a 38 column table. There are 7 column groups and 7 corresponding buttons is too many in my opinion.
The table is at http://html.cmohr.ca/share-json.html
This discussion has been closed.
Answers
You can use the
columns().visible()
API in conjunction with a select list.Kevin
Thanks a lot Kevin!. I got this working.