michaelbromley / ngx-pagination

Pagination for Angular
http://michaelbromley.github.io/ngx-pagination/
MIT License
1.23k stars 244 forks source link

Can we Hide Ellipsis in ngx-pagination #339

Open harikabezawada opened 5 years ago

harikabezawada commented 5 years ago

I am using ngx-pagination ,I want to hide the Ellipsis and only show the limited pages.but I didn't any properties/css styling for this .Do we have such option with ngx-pagination.Any Suggestions will be helpful

michaelbromley commented 5 years ago

There appears to be no obvious way to do this with the default component. I'd advise you to create a custom implementation (see https://github.com/michaelbromley/ngx-pagination#paginationcontrolsdirective) where you will be able to check the label for the '...' value and not show it.