Add div between panes

Add div between panes

nexi984nexi984 Posts: 1Questions: 1Answers: 0

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

  • sandysandy Posts: 913Questions: 0Answers: 236

    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 an insertAfter() passing in the desired pane.

    Thanks,
    Sandy

Sign In or Register to comment.