daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Infinite Scroll in attribute "Page" in Pagination #584

Open kelvinsleonardo opened 7 years ago

kelvinsleonardo commented 7 years ago

How to enable infinite scroll in selection of the page in pagination? I'm using this configuration:

<md-table-pagination md-label="{page: 'Página:', rowsPerPage: 'Itens por página:', of: 'de'}" md-limit="10" md-limit-options="[5, 10, 15]" md-page="1" md-total="{{DialogAdministradorTitular.qntRegistrosUsuarios}}" md-on-paginate="DialogAdministradorTitular.paginar" md-page-select="true" md-boundary-links="true"></md-table-pagination>

But is not loading the pages number to select.

selecao_103

kelvinsleonardo commented 7 years ago

This problem occurs, when we use the server of the Grunt. I try using apache and is working normally. :smile: