Skip to content

Support nested data #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 20, 2017
Merged

Support nested data #15

merged 2 commits into from
Aug 20, 2017

Conversation

AllenFang
Copy link
Member

@AllenFang AllenFang commented Aug 20, 2017

Implement #14

it's able to configure the dataField to access the nested data,

const columns = [{
  dataField: 'id',
  text: 'Person ID'
}, {
  dataField: 'nest.address.road',
  text: 'Road Name'
}, {
  dataField: 'nest.postal',
  text: 'Postal'
}];

Issue related with AllenFang/react-bootstrap-table#50
react-bootstrap-table2 will start support nested data from v0.0.1.

@AllenFang AllenFang added this to the 0.0.1 milestone Aug 20, 2017
@AllenFang AllenFang self-assigned this Aug 20, 2017
@AllenFang AllenFang merged commit 1e32ea2 into develop Aug 20, 2017
@AllenFang AllenFang deleted the feat/nested-data branch August 20, 2017 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant