AllenFang / AllenFang/react-bootstrap-table

How access to any fields of data ??

未关闭
#1,979 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
2.2k
派生
761
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。