Michael Bromley
Michael Bromley
Thanks for the reproduction. Please see the instructions on how to use multiple instances of pagination. Follow the instructions closely and let me know if this resolves your issue: https://github.com/michaelbromley/ngx-pagination#multiple-instances
Hi, I just checked the demo (https://michaelbromley.github.io/ngx-pagination/#/basic) and it seems that when the link is disabled, it is not focusable. I was under the impression that if it cannot be...
Hi, can you create a minimal reproduction of this?
Thanks for the report. As far as I understand, Ivy should be completely backwards-compatible. > We’ll be using the opt-in preview of Ivy in 8.0.0 to validate our promises about...
Right, so Stephen Fluin from the Angular team just said to open a new issue on the Angular repo. I've not got time right at the moment to put one...
@hadley8899 thanks, and 💯 quick response from the Angular team!
Hi, I don't personally have any experience using the Material data-table, but from just looking over the docs it seems that the `[dataSource]` input is doing more than just a...
I'm afraid I won't be able to work on support myself. I do not use the Material components personally. But I am open to supporting it is someone wants to...
Hi, I took a look at your demo, but I'm not familiar with Material Table and I don't really understand what you are trying to do here: ```html ``` I...
Aha, I think I know the reason: https://github.com/michaelbromley/ngx-pagination/blob/ec1249e42536e0f669b6762efef9fec776f038f8/src/paginate.pipe.ts#L46 This is the logic used to figure out whether we are in "server paginated mode" or "in-memory paginated mode". Looks like you...