Skip to content
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

refactor(react-grid): standardize draft change actions in TableColumnResizing #665

Merged
merged 7 commits into from
Jan 16, 2018
Merged

refactor(react-grid): standardize draft change actions in TableColumnResizing #665

merged 7 commits into from
Jan 16, 2018

Conversation

kvet
Copy link
Contributor

@kvet kvet commented Jan 11, 2018

BREAKING CHANGES:

The changeDraftTableColumnWidth action has been renamed to draftTableColumnWidth. The functionality that resets draft column width has been moved from from the draftTableColumnWidth action into the separate cancelTableColumnWidthDraft action.

The onDraftWidthChange event of the TableHeaderRow's cellComponent has been renamed to onWidthDraft. The functionality that cancels draft width changes has been extracted to the onWidthDraftCancel event.

@kvet kvet requested a review from viterobk January 11, 2018 12:51
@kvet kvet merged commit 3fec37a into DevExpress:master Jan 16, 2018
@kvet kvet deleted the standardize-draft-change-actions branch January 16, 2018 11:28
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.

6 participants