akveo / akveo/ng2-smart-table

how to get list of all records from table.

Abierto
#587 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
1.6k
Forks
867
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hello,
Upon adding data, I want to get a list of all records from the localdatasource. using the getAll(), it is returning an empty array. Below is the code. I am sure im doing something wrong. Thanks.
```

add($event) {
$event.confirm.resolve($event.newData);
this.source.getAll().then((data) => console.log(data));
}
```

Thanks for some help.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.