Angular 2 - Refresh ngx-datatable list issue
I think to refresh the table you must do:
this.rows = [...this.rows]
this.rows.push(result);
this.rows = [...this.rows]
I think to refresh the table you must do:
this.rows = [...this.rows]
this.rows.push(result);
this.rows = [...this.rows]