react-bootstrap-table
react-bootstrap-table copied to clipboard
how render datafield object
if have the object
{
name: "Test",
User: {
name: "Test 2"
}
}
I need access the User.name in dataFields, how make this ?