Skip to Content
0
May 25, 2018 at 06:31 PM

hiding a pane in a ResponsiveSplitter

138 Views Last edit May 25, 2018 at 07:01 PM 2 rev

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