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