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

How to use angular-generic-table in IONIC V3 #304

Open haresh333 opened 4 years ago

haresh333 commented 4 years ago

Any sample application, example will help

haresh333 commented 4 years ago

I am able to display angular-generic-table in IONIC v3. However unable to apply default styles. Please advice how should I do it

hjalmers commented 4 years ago

Hi @haresh333, it's just a normal table so not sure what styles you're referring to? If you've added css for tables in you app they should apply to the generic-table too.