1.3.2 • Published 4 years ago
ngx-simple-table v1.3.2
ngx-simple-table
Angular version 12.1.0. Buy Me A Coffee
Demo
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
Browser Support
Latest Chrome.
1.2.8
4 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.3.2
4 years ago
1.3.1
4 years ago
1.3.0
4 years ago
1.2.9
4 years ago
1.2.0
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago