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

Pagination for Angular

Results 50 ngx-pagination issues
Sort by recently updated
recently updated
newest added

**I am working on a resume builder and I have an array that represents the resume data, What I want to achieve is Break the resume page into multiple pages...

Hi, thanks for contributing! This project is maintained in my spare time, so in order to help me address your issue as quickly as possible, please provide as much of...

This is not dependent on Angular, ngx-pagination etc versions, just a general question. Is it possible to localize page numbers for example into eastern arabic numbers without creating/overriding your template/component?...

Hello, I want to use the filter feature, but in a server-side context. How can I acheive that please ? I tried to do this : ```ts export class EventsListComponent...

Hi! I'm suggest adding "disabled" attribute(@Input disabled: boolean) for disabling component when data received from server (server-side paging). Can you add this functionality in your component? Right now I can...

Hello , until i wasn't using IVI Compiler all work good. Now i tried with new IVI Compiler and build don't work. Angular return me this error: > ERROR in...

I have an `angular` app in which i am implementing `pagination` using `ngx-pagination` but `pagination controls` is not displaying correctly. I have `html` regarding pagination in my `html.component.html` ` `...

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

**Angular version**: 8.2.3 **ngx-pagination version**: 4.1.0 **Description of issue**: Default component `PaginationControlsComponent` does not export the `paginationApi`. **Expected result**: Default component `PaginationControlsComponent` should, in my opinion, also export the `paginationApi`....

======= **Angular version**: 8.0.0 **ngx-pagination version**: 4.0.0 **Description of issue**: When using NGX-Pagination with IVY turned on you get the following error: `ERROR Error: Export of name 'paginationApi' not found!...