I'm new in angular2 and I'm trying to structure my data in a data table format. so far it worked fine for static data like when the rows are already present in the html but i need it for data coming dynamically from my backend which is not working and all are coming in one page at the same time.
I'm new in angular2 and I'm trying to structure my data in a data table format. so far it worked fine for static data like when the rows are already present in the html but i need it for data coming dynamically from my backend which is not working and all are coming in one page at the same time.