Add div between panes
Add div between panes

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-searchPane
class, so you could identify those and then do aninsertAfter()
passing in the desired pane.Thanks,
Sandy