akveo / akveo/ng2-smart-table

binding an object to the column for more than one property

Abierto
#973 0 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

I have the following data
` "owner": {
"createdAt": 1551984044101,
"updatedAt": 1551984044101,
"id": "5c8165ac9ef6fc2f2ce2c5ca",
"name": "Giovanni"}`

I was able to show one of the data like this:
` owner: {
title: 'Endereço',
valuePrepareFunction: (owner) => {
return owner.id;
}
}`

But I can not show the other data

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.