ngx-simple-table
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngx-simple-table

    Weekly Downloads

    0

    Version

    1.3.2

    License

    none

    Unpacked Size

    606 kB

    Total Files

    24

    Last publish

    Collaborators

    • huymax