cmglez10 / ng-datatable

DataTable - Simple table component with sorting and pagination for Angular2
8 stars 5 forks source link

hide [rowsOnPageSet] #8

Closed Isidroca closed 5 years ago

Isidroca commented 5 years ago

Hellooo

very simple, it would be nice to have an option to hide the page options, I currently use

.pagination.pull-right.float-sm-right{ display: none; }

great job, thank you

cmglez10 commented 5 years ago

If you pass an empty array in rowsOnPageSet variable, page options will not be shown:

Example: <mfBootstrapPaginator [rowsOnPageSet]="[]"></mfBootstrapPaginator>