jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
8 lines (5 loc) • 313 B
HTML
<jqxGrid #myGrid (onFilter)="myGridOnFilter()"
[width]="600" [source]="dataAdapter" [columns]="columns"
[filterable]="true" [showfilterrow]="true">
</jqxGrid>
<div #eventLog style="font-size: 13px; width: 800px; max-width: 800px; overflow: auto; margin-top: 20px; font-family: Verdana"></div>