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