Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
AllenFang merged 2 commits into develop from feat/nested-data
Aug 20, 2017
Merged

Support nested data #15

AllenFang merged 2 commits into develop from feat/nested-data
Aug 20, 2017

Conversation

Copy link
Member

@AllenFang AllenFang commented Aug 20, 2017
edited
Loading

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Projects
None yet
Milestone
0.1.0
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /