Skip to content

Conversation

@AllenFang
Copy link
Member

A part of #63, I'll open another PR for handling the async cell editing.

@AllenFang AllenFang added this to the 0.1.0 milestone Sep 23, 2017
@AllenFang AllenFang self-assigned this Sep 23, 2017
@AllenFang AllenFang merged commit 9f92b53 into develop Sep 23, 2017
@AllenFang AllenFang deleted the feat/asyc-cell-editing branch September 23, 2017 09:29
ridx: editingRowIdx,
cidx: editingColIdx,
...rest
} = cellEdit;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @AllenFang,

Sorry for comment late. I saw cellEdit was passed as prop but neither marked as required nor with defaultProps. Therefore, I have one suggestion to set defaultProp of cellEdit to empty object or anthing else to prevent missing prop issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants