jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (10 loc) • 593 B
HTML
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[filterable]="true" [showeverpresentrow]="true" [editable]="true"
[showfilterrow]="true" [everpresentrowposition]="'top'"
[selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<br />
<jqxRadioButton (onChecked)="topBtnOnChecked()" [checked]="true">Top Position</jqxRadioButton>
<jqxRadioButton (onChecked)="topAboveFilterRowBtnOnChecked()">Top Position Above Filter Row</jqxRadioButton>
<jqxRadioButton (onChecked)="bottomBtnOnChecked()">Bottom Position</jqxRadioButton>