AllenFang / AllenFang/react-bootstrap-table
How access to any fields of data ??
Aperta
- Lingua principale
- JavaScript
- Stelle
- 2.2k
- Fork
- 761
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.