Filtering table

14 views
Skip to first unread message

Juicy

unread,
Sep 15, 2015, 3:11:59 AM9/15/15
to Google Visualization API
I have code:

        var donutRangeSlider = new google.visualization.ControlWrapper({
                'controlType': 'CategoryFilter',
                'containerId': 'filter_div',
                'options': {
      filterColumnLabel: 'Name',
      values:
        ['prefix', 'prefix2', 'prefix3'],
                  'ui': {
                  'labelStacking': 'vertical',
                    'allowTyping': false,
                    'allowMultiple': true,
                  }
                } 
        }); 

... and table which has values: prefix_example1, prefix_example2, prefix_example3

Is any way to filter by prefix?
Reply all
Reply to author
Forward
0 new messages