Add div between panes
Add div between panes
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
Answers
Hi @nexi984 ,
You'll have to use a custom jQuery selector to do that. All of the panes have a
dtsp-searchPane
class, so you could identify those and then do aninsertAfter()
passing in the desired pane.Thanks,
Sandy