Ngx Easy Table Versions Save

The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!

13.0.3

3 years ago
  • fix #304

13.0.1

3 years ago

Throw an error when trying to install ngx-easy-table@13 from angular <=8

13.0.0

3 years ago

This release doesn't bring any breaking changes or features. It is created to support Angular 10, and:

  • compiled by the new ng-packagr 10
  • style compiled by sass instead node-sass
  • code formatted by the Prettier 2.0

12.0.0

4 years ago

12.0.0-rc.1

4 years ago

Angular 9 support (without IVY). IVY will be enabled soon.

11.3.0

4 years ago
  • feature - radio selection

11.2.0

4 years ago
  • feature - infinite scroll in memory
  • feature - infinite scroll server

11.1.0

4 years ago

feature - Column reorder feature - Column header additional actions feature - Custom pagination more tests

11.0.0

4 years ago

Table refactor. It brings table header refactor for the next release, which will add custom table headers templates.

Breaking changes.

If you were using CSV export from additional actions menu, now you need to implement it like described on: https://ngx-easy-table.eu/#/additional-actions-template

  • feature - API getNumberOfRowsPerPage fixes #259
  • feature - loading template
  • feature - additional actions template
  • demo - Angular update to 8.2
  • demo - mobile responsiveness
  • demo - menu search
  • bug - [context menu, additionalActions] - click outside should close menu