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

Introduced remote sorting in feature grid #1382

Merged
merged 3 commits into from
Jan 13, 2017

Conversation

offtherailz
Copy link
Member

@offtherailz offtherailz commented Jan 11, 2017

 * Now pagination is fixed
 * Remote sorting is fixed
 * The table reloads on every map move
@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 80.244% when pulling 96bd706 on offtherailz:remote_sorting into 1d0506e on geosolutions-it:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 80.154% when pulling 96bd706 on offtherailz:remote_sorting into 1d0506e on geosolutions-it:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 80.154% when pulling 402cd7c on offtherailz:remote_sorting into 1d0506e on geosolutions-it:master.

@offtherailz offtherailz requested a review from Gnafu January 12, 2017 16:07
return true;
}
return prev;
}, false);
},
componentWillUpdate(nextProps) {
if (!nextProps.loadingGrid && !this.props.isNew && nextProps.isNew) {
if (!nextProps.loadingGrid && this.props.isNew && !nextProps.isNew) {
Copy link
Contributor

@MV88 MV88 Jan 13, 2017

Choose a reason for hiding this comment

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

Just tell me if I'm correct. Will this be avoided with React-observable?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes

@offtherailz offtherailz merged commit 589b4b1 into geosolutions-it:master Jan 13, 2017
@offtherailz offtherailz removed the request for review from Gnafu January 16, 2017 08:39
@offtherailz offtherailz deleted the remote_sorting branch March 21, 2018 08:57
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.

4 participants