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) • 518 B
HTML
<jqxGrid [theme]="'material'" #myGrid
[width]="getWidth()" [source]="dataAdapter" [filterable]="true"
[showeverpresentrow]="true" [everpresentrowposition]="'top'"
[editable]="true" [columns]="columns"
[selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<br />
<jqxRadioButton [theme]="'material'" (onChecked)="btnTopOnChecked()" [checked]="true">Add New Row to Top</jqxRadioButton>
<jqxRadioButton [theme]="'material'" (onChecked)="btnBottomOnChecked()">Add New Row to Bottom</jqxRadioButton>