AllenFang / AllenFang/react-bootstrap-table
how to access object in dataField?
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 761
- PR merge metrics
- No merged PRs in 30d
Description
"userId": 1,
"id": 1,
"name": "Perry",
"status": "李李李李李李李李李",
"total":{
"title":"total",
"count": 10
},
"win":{
"title":"win",
"count": 8
},
"rate":{
"title":"rate"
},
how to access the total.count as below code, it's blank, and if i use dataField="total", it's show [object Object]
Total
Contributor guide
Assessment
This issue has not been assessed yet.