Forum Discussion
abdul2134
8 years agoFrequent Visitor
json theme - slicer
Hi, is there anyway to use the themes to have the slicer to always be a dropdown, and turn off slicer header. thanks regards Abdullah Ihsan
Anonymous
6 years agoNot applicable
Hi abdul2134 ,
Yes this can be done, however I only know how to turn off the slicer header at the moment.
"visualStyles":{
"slicer": {
"*": {
"responsive":false,
"selection": [
{
"singleSelect": false,
"selectAllCheckboxEnabled": false
}
],
"header": [
{
"show": false
}
]
}
}