AllenFang / AllenFang/react-bootstrap-table
How access to any fields of data ??
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 2.2k
- Fork
- 761
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
var products = [{
id: 1,
name: "Product1",
price: 120,
category: {
"id": 1,
"name": "Starter"
},
}, {
id: 2,
name: "Product2",
price: 80
}];
Plz i just want to try to get access to the name of the category , i already tried with
dataField="category.name" but don't
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.