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