Right now it successfully becomes hidden with the following:
requiredParentWidth: {
path: 'catalog>/isSearch',
formatter: function(bSearch)
{
return bSearch === true ? 1000000 : 200;
}
}
however, this appears to mess with which pane is shown when the browser size shrinks, it shows the right hand side pane when it should show the left. And when I delete the above code the correct pane is shown when the browser shrinks but then obviously the pane does not become hidden when i'd like it to