Thursday, May 18, 2017

Sing app pagination

<mfBootstrapPaginator [rowsOnPageSet]="[10, 25, 50, 100]">
</mfBootstrapPaginator>

 
 

[mfRowsOnPage]="10" ...as a setting at the table tag defines the default number of records. The rowsOnPageSet property above is optional. By the way you may need to run npm install -g typings to get the DataTable stuff to work at node_modules.

No comments:

Post a Comment