11.0.0 • Published 2 years ago

@logo-software/paging v11.0.0

Weekly downloads
30
License
See license in LI...
Repository
-
Last release
2 years ago

Paging Module

The paging module splits your data collection into pages. The Table Module is can be given as a using sample.

Click here for demo

Installation

All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Paging Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/paging -s

Just import it to your project of @NgModule import section.

@NgModule({
  imports: [CommonModule, PagingModule]
})
export class AppModule {
}

Paging Component

Paging component display paging for other components. You can adopt paging any component using this component.

Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-paging
  (pageNumberChange)="pagingModule.onPageChangeHandler($event)"
  [pageSize]="5"
  [totalCount]="140"
>
</logo-paging>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

11.0.0

2 years ago

4.0.0

2 years ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago