Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created July 8, 2019 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShanikaNishadhi/1b8ac42a3871ee1c72ae50e50012ed9f to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/1b8ac42a3871ee1c72ae50e50012ed9f to your computer and use it in GitHub Desktop.
<JqxSplitter class="jqx-splitter-nested" :width="'100%'" :height="'100%'" :orientation="'vertical'"
:panels="[{ size: 300, collapsible: false }]">
// we will add more splitter in this below div.
<div>
</div>
// Set the name for once panel.
<div>
<span>Panel 3</span>
</div>
</JqxSplitter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment