UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

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