1.3.2 • Published 3 years ago

ngx-simple-table v1.3.2

Weekly downloads
5
License
-
Repository
github
Last release
3 years ago

ngx-simple-table

Angular version 12.1.0. Buy Me A Coffee

Demo

Stackblitz

Features

The table has basic features as below:

  • pagination (from backend)
  • check item
  • check all items in a page
  • check all items in all pages
  • fixed header
  • fixed scrollbar
  • resizable columns
  • fixed column

How to use

<ngx-simple-table
  [config]="simpleTableConfig"
  [data]="data"
  [icons]="icons"
  [totalRecord]="pagination.totalRecord"
  [currentPage]="pagination.currentPage"
  [pageSize]="pagination.pageSize"
  (onChecked)="onChecked($event)"
  (onSort)="onSort($event)"
  (onChangePaginator)="onChangePaginator($event)"
>
</ngx-simple-table>
<ngx-fixed-column-table
  [config]="fixedColumnTableConfig"
  [data]="data"
  [icons]="icons"
  [totalRecord]="pagination.totalRecord"
  [currentPage]="pagination.currentPage"
  [pageSize]="pagination.pageSize"
  (onChecked)="onChecked($event)"
  (onSort)="onSort($event)"
  (onChangePaginator)="onChangePaginator($event)"
>
</ngx-fixed-column-table>

Screenshots

App Screenshot

App Screenshot

Browser Support

Latest Chrome.

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago