Add div between panes
Add div between panes
 nexi984            
            
                Posts: 1Questions: 1Answers: 0
nexi984            
            
                Posts: 1Questions: 1Answers: 0            
            
            
                            
                                  in SearchPanes             
        How can i add or insert custom html or div between second and third vertical panes, or even beter, how can i add 2 or 3 panes in one div with group title
This discussion has been closed.
            
Answers
Hi @nexi984 ,
You'll have to use a custom jQuery selector to do that. All of the panes have a
dtsp-searchPaneclass, so you could identify those and then do aninsertAfter()passing in the desired pane.Thanks,
Sandy