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.

Home Page:https://hjalmers.github.io/angular-generic-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 6 support?

rolphes opened this issue · comments

Hi there

Are there any plans to support Angular 6?

Regards
Rolf

@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

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