UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

5 lines 285 B
<jqxDataTable [theme]="'material'" #myDataTable (onBindingComplete)="tableOnBindingComplete()" [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [pageable]="true" [editable]="true" [sortable]="true" [altRows]="true" [pagerButtonsCount]="8"> </jqxDataTable>