AllenFang / AllenFang/react-bootstrap-table

How access to any fields of data ??

Open
#1,979 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.2k
Forks
761
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.