UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

13 lines (8 loc) 515 B
<jqxGrid [theme]="'material'" #myGrid [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [filterable]="true" [showeverpresentrow]="true" [editable]="true" [everpresentrowposition]="'top'" [selectionmode]="'multiplecellsadvanced'"> </jqxGrid> <br /> <jqxRadioButton [theme]="'material'" (onChecked)="topBtnOnChecked()" [checked]="true">Add New Row to Top</jqxRadioButton> <jqxRadioButton [theme]="'material'" (onChecked)="bottomBtnOnChecked()">Add New Row to Bottom</jqxRadioButton>