ngx-pagination
ngx-pagination copied to clipboard
Can we Hide Ellipsis in ngx-pagination
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
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.