jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
21 lines (17 loc) • 523 B
HTML
<div class="cart-top">
<p #productNumber>0 products</p>
</div>
<div>
<div>
<div class="tag-title">
<h4>Welcome to our online shop!</h4>
<span class="tag-title-info"></span>
</div>
</div>
</div>
<br />
<jqxDataTable
[width]="getWidth()" [source]="dataAdapter" [columns]="columns" [rendered]="rendered"
[altRows]="true" [pageable]="true" [sortable]="true" [enableHover]="true"
[pagerButtonsCount]="3" [selectionMode]="'none'" [pageSize]="2">
</jqxDataTable>