binding an object to the column for more than one property
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.