jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
20 lines • 651 B
HTML
<jqxSplitter
[]="[{ size: '40%'}]"
[]="600"
[]="getWidth()">
<div style="overflow: hidden;">
<jqxListBox
(onSelect)="select($event)"
[]="0"
[]="dataAdapter"
[]="'firstname'"
[]="'notes'"
[]="renderer"
[]="70"
[]="'100%'"
[]="'100%'">
</jqxListBox>
</div>
<div style="overflow: hidden;"
</div>
</jqxSplitter>