brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

Custom pagination limit list #14

Closed vpenkov89 closed 6 years ago

vpenkov89 commented 6 years ago

Hi, is it possible to change pagination limit list to custom list? 50, 100 and 250 too big for our project

brunano21 commented 6 years ago

Hi,

At the moment it's not possible, but this feature could be added.

brunano21 commented 6 years ago

I'm planning to add this feature in the next version.

bankszorsqt commented 6 years ago

@brunano21 Any time frame for that to happen? :)

brunano21 commented 6 years ago

Hi, I just published a newer version of the library, v.1.0.0 which includes tons of changes, like the possibility to defines your own pageLimits. Have a read of the docs, please.