react-bootstrap-table icon indicating copy to clipboard operation
react-bootstrap-table copied to clipboard

how render datafield object

Open Deboracgs opened this issue 6 years ago • 0 comments

if have the object

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

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

Deboracgs avatar Mar 06 '19 18:03 Deboracgs