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

Render is showing before the setting the data #197

Closed jmblank09 closed 6 years ago

jmblank09 commented 6 years ago

screen shot 2018-02-14 at 3 46 57 pm

the render function is not waiting for the data to be set.

sahilkatia commented 6 years ago

@jmblank09 From the error, I can understand its not properly taking the values of fields. Is it possible for you to post the code here?

hjalmers commented 6 years ago

It's probably an easy fix but like @sahilkatia said, would it be possible for you to post your set up here?

jmblank09 commented 6 years ago

Already fixed. I first make the settings empty then assign it after getting the data