jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (10 loc) • 662 B
HTML
<jqxGrid [theme]="'material'" #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[filterable]="true" [showeverpresentrow]="true" [editable]="true"
[showfilterrow]="true" [everpresentrowposition]="'top'"
[selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<br />
<jqxRadioButton [theme]="'material'" (onChecked)="topBtnOnChecked()" [checked]="true">Top Position</jqxRadioButton>
<jqxRadioButton [theme]="'material'" (onChecked)="topAboveFilterRowBtnOnChecked()">Top Position Above Filter Row</jqxRadioButton>
<jqxRadioButton [theme]="'material'" (onChecked)="bottomBtnOnChecked()">Bottom Position</jqxRadioButton>