- 
        Couldn't load subscription status. 
- Fork 777
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": "[email protected]",
          "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 ?
jflayhart, samuelmartineau, kevalbhatt, welcoMattic, georgyangelov and 18 moreavindra