jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
8 lines (5 loc) • 327 B
HTML
<jqxGrid [theme]="'material'" #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>