AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 782 forks source link

how to access object in dataField? #2008

Open chisinhong opened 6 years ago

chisinhong commented 6 years ago

"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