AllenFang / AllenFang/react-bootstrap-table
How access to any fields of data ??
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 2.2k
- Forks
- 761
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.