Michael Bromley

Results 750 comments of Michael Bromley

Hi, it's difficult to tell what exactly is wrong from the code provided. One thing that caught my attention is that in the `paginate` pipe args, you use the `page`...

OK. Can you provide a reproduction of the behaviour, or at least some more code?

That's good, though it seems like an unusual case to need to use ViewChild to make this work. If you are satisfied that it works ok in your case, you...

Hi. Please fill out the issue template: **Angular version**: **ngx-pagination version**: **Description of issue**: **Steps to reproduce**: **Expected result**: **Actual result**: **Demo**: (if possible, edit [this StackBlitz demo](https://stackblitz.com/edit/angular-e1f9hq) and paste...

Thanks for the info. By the way - if you want to show code, surround it in 3 back-ticks: ``` .... ``` Since I don't know about the ng2 search...

Hi there, You're on a pretty old version of Angular there. There's this line in the readme of this lib: > This library is built to work with Angular 5+,...

There is too little information here for me to answer your question. Perhaps if you included the code of the affected component I may be able to assist.

Ahem, I shall repeat: > Perhaps if you included the code of the affected component I may be able to assist. 😇

Hi, thanks for the report and the reproduction. It's really weird, I can't figure out why it does that. A solution you can use is to create your own pagination...

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...