Closed
Description
I have an object which is like that
{
"person_id": 1,
"username": "UserTest",
"created_at": "2015-09-10T21:13:56.000Z",
"updated_at": "2015-09-10T21:13:56.000Z",
"deleted_at": null,
"Person": {
"id": 1,
"firstname": "UserTest",
"lastname": "Obama",
"note": "DevOps",
"email": "iam@obama.com",
"created_at": "2015-09-10T21:13:56.000Z",
"updated_at": "2015-09-10T21:13:56.000Z",
"deleted_at": null
}
}
I can't access the subojbect using
<TableHeaderColumn dataField="Person.firstname">Firstname</TableHeaderColumn>
Is there any workaround not specified in the doc ?