secondaryFiltersΒΆ
With secondaryFiters you can determine which secondary filters will be shown in which order.
accepts | array of strings |
required | false |
values | |
default | varies per widget |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
proposition: {
filters: {
secondaryFilters: ["dataSpeedGen", "currentProvider"]
}
}
}
}
</script>