taffy-coustom-ui
Version:
8 lines (7 loc) • 348 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid #myGrid
[width]="getWidth()" [height]="450" [ready]="ready" [source]="dataAdapter" [columns]="columns"
[sortable]="true" [sortmode]="'many'" [altrows]="true" [filterable]="true"
[selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
</div>