Skip to content

Conversation

@hcw2175
Copy link

@hcw2175 hcw2175 commented Jan 8, 2016

fixed the column value is undefined when the row data is a nested json.

e.g: {data: {id: 1}}

row[data.id] is undefined, just use row[data][id] to fixed it.

…n. e.g: {data: {id: 1}}, row[data.id] is undefined, just use row[data][id] to fixed it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant