jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
10 lines (8 loc) • 379 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid [theme]="'material'"
[width]="getWidth()" [source]="dataAdapter" [pageable]="true"
[autoheight]="true" [sortable]="true" [altrows]="true"
[enabletooltips]="true" [editable]="true"
[columns]="columns" [selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
</div>