ngx-pagination icon indicating copy to clipboard operation
ngx-pagination copied to clipboard

Can we Hide Ellipsis in ngx-pagination

Open harikabezawada opened this issue 6 years ago • 1 comments

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

harikabezawada avatar Nov 20 '19 15:11 harikabezawada

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.

michaelbromley avatar Nov 20 '19 15:11 michaelbromley