Skip to content

Releases: ssuperczynski/ngx-easy-table

11.1.0

07 Oct 10:06
Compare
Choose a tag to compare

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

11.0.0

02 Oct 07:03
6974093
Compare
Choose a tag to compare

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

10.1.2

11 Jul 23:21
Compare
Choose a tag to compare

Fixes "Cannot read property 'nativeElement' of undefined" for PaginationComponent

10.1.1

11 Jul 23:20
d653530
Compare
Choose a tag to compare

Fixes wrong config caching

10.1.0

20 Jun 09:23
Compare
Choose a tag to compare
  • API supports now row toggling. See https://ngx-easy-table.eu/#/template
  • Angular8 documentation says that Core-js is not needed anymore so I removed this requirements from the library too.

10.0.0

30 May 08:03
Compare
Choose a tag to compare

This release is compiled using new ng-packagr and has additional features to work under Angular 8.

9.4.0

07 May 18:42
Compare
Choose a tag to compare

9.3.0

08 Apr 10:00
Compare
Choose a tag to compare
  • you can now use global search by many items using , comma separator
  • fixed issue when No results message hasn't appeared in the table
  • other small rendering issues

9.2.2

04 Apr 11:39
Compare
Choose a tag to compare
  • This release fix issue with disappeared pagination when amount of the rows was lower than selected range.

9.2.1

23 Mar 10:32
Compare
Choose a tag to compare

Features

<ngx-table
  [configuration]="configuration"
  [id]="'table1'"
  [data]="data"
  [columns]="columns">
</ngx-table>
  • packages update