Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created July 8, 2019 22:59
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/990babc68d96c946fd46088c40382417 to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/990babc68d96c946fd46088c40382417 to your computer and use it in GitHub Desktop.
<JqxSplitter
:width="'100%'" :height="'100%'"
:panels="[{ size: 200 }, { size: 200}]">
<div>
Left Panel
</div>
<div>
<JqxTabs class="jqx-hideborder jqx-hidescrollbars"
:width="'100%'" :height="'100%'">
<ul>
<li style="margin-left: 30px;">Tab 1</li>
<li>Tab 2</li>
</ul>
<div>
Content 1
</div>
<div>
Content 2
</div>
</JqxTabs>
</div>
</JqxSplitter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment