Open lkc513 opened 8 years ago
Hi,
I tried the example from Angular2 sample to try slow down the data respond after 5 second but the table unable to display even after 5 second.
I tried to fix it by using "NgIf" as below...
<table *ngIf="data" class="table table-striped table-bordered dt-responsive nowrap" [mfData]="data" #mf="mfDataTable">
May i know is this a right way to handle or you do have any plan to enhance but not this moment?
Thank You
Can you post some example?
Below is the example:
Hi,
I tried the example from Angular2 sample to try slow down the data respond after 5 second but the table unable to display even after 5 second.
I tried to fix it by using "NgIf" as below...
<table *ngIf="data" class="table table-striped table-bordered dt-responsive nowrap" [mfData]="data" #mf="mfDataTable">
May i know is this a right way to handle or you do have any plan to enhance but not this moment?
Thank You