binding an object to the column for more than one property
Abierto
- 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.