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 (10 loc) • 462 B
HTML
<h3>Grid with Search Input and Filter By List</h3>
<jqxGrid #myGrid
[width]="getWidth()" [showfilterbar]="true" [source]="dataAdapter" [columns]="columns" [filterable]="true"
[sortable]="true">
</jqxGrid>
<h3>Grid with Search Input</h3>
<jqxGrid #myGrid 2
[width]="getWidth()" [filterbarmode]="'simple'" [showfilterbar]="true" [source]="dataAdapter" [columns]="columns" [filterable]="true"
[sortable]="true">
</jqxGrid>