jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (9 loc) • 517 B
HTML
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[filterable]="true" [showeverpresentrow]="true" [editable]="true"
[everpresentrowposition]="'top'" [everpresentrowactionsmode]="'columns'"
[selectionmode]="'multiplecellsadvanced'" >
</jqxGrid>
<br />
<jqxRadioButton (onChecked)="topRadioBtnOnChecked()" [checked]="true">Add New Row to Top</jqxRadioButton>
<jqxRadioButton (onChecked)="bottomRadioBtnOnChecked()">Add New Row to Bottom</jqxRadioButton>