daniel-nagy / md-data-table

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

rows per page disappeared after upgraded from 0.9.12 #383

Closed lolaswift closed 8 years ago

lolaswift commented 8 years ago

Tried 0.10.5, 0.10.7 and 0.10.9. Same issue. Any idea?

daniel-nagy commented 8 years ago

You need to opt into displaying the rows per page now. You do this by passing an array to the md-limit-options attribute.

<md-table-pagination md-limit-options="[5, 10, 15]"></md-table-pagination>
lolaswift commented 8 years ago

Thanks Daniel. That works!

daniel-nagy commented 8 years ago

No problem!