akveo / akveo/ng2-smart-table

binding an object to the column for more than one property

Open
#973 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.