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 (11 loc) • 629 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns" [selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<div>
<h3>Alignment</h3>
<jqxRadioButton style="float: left" (onChecked)="leftBtnOnChecked()">Left</jqxRadioButton>
<jqxRadioButton style="float: left" (onChecked)="centerBtnOnChecked()" [checked]="true">Center</jqxRadioButton>
<jqxRadioButton style="float: left" (onChecked)="rightBtnOnChecked()">Right</jqxRadioButton>
</div>
</div>