hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Angular 6 support? #266

Closed rolphes closed 5 years ago

rolphes commented 5 years ago

Hi there

Are there any plans to support Angular 6?

Regards Rolf

hjalmers commented 5 years ago

@rolphes of course! Meanwhile you can get it working by installing rxjs-compat and tether:

npm install rxjs-compat tether

There's also some more info and a link to an example using angular 6 here #253

rolphes commented 5 years ago

Cool. I'm looking forward to this! Meanwhile I got it working with Angular 6 by installing the mentioned packages.

hjalmers commented 5 years ago

253