AllenFang / react-bootstrap-table

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

how render datafield object #2063

Open Deboracgs opened 5 years ago

Deboracgs commented 5 years ago

if have the object

{
name: "Test",
      User: {
            name: "Test 2"
       }
}

I need access the User.name in dataFields, how make this ?