Skip to content

Introduced remote sorting in feature grid#1382

Merged
offtherailz merged 3 commits into
geosolutions-it:masterfrom
offtherailz:remote_sorting
Jan 13, 2017
Merged

Introduced remote sorting in feature grid#1382
offtherailz merged 3 commits into
geosolutions-it:masterfrom
offtherailz:remote_sorting

Conversation

@offtherailz

@offtherailz offtherailz commented Jan 11, 2017

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
},
componentWillUpdate(nextProps) {
if (!nextProps.loadingGrid && !this.props.isNew && nextProps.isNew) {
if (!nextProps.loadingGrid && this.props.isNew && !nextProps.isNew) {

@MV88 MV88 Jan 13, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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