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

Remove sortColumn/sortDirection states #1768

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

amanmahajan7
Copy link
Contributor

No description provided.

@amanmahajan7 amanmahajan7 self-assigned this Oct 4, 2019
onSort={handleSort}
sortColumn={props.sortColumn}
sortDirection={props.sortDirection}
onSort={props.onGridSort}
Copy link
Contributor

@qili26 qili26 Oct 4, 2019

Choose a reason for hiding this comment

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

Do we need to print warning message if the sortColumn, sortDirection, onGridSort are not used together?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We should but may be a in a different PR. I did discuss to Nico about the same thing.

Copy link
Contributor

@nstepien nstepien left a comment

Choose a reason for hiding this comment

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

:shipit:

@amanmahajan7 amanmahajan7 merged commit 2198537 into am-improve-props Oct 4, 2019
@amanmahajan7 amanmahajan7 deleted the am-cleanup-state branch October 4, 2019 20:36
nstepien pushed a commit that referenced this pull request Oct 7, 2019
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.

None yet

3 participants