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

fix(sortable-table): refactor sortable-table to rerender with data change #196

Merged
merged 2 commits into from
Jul 18, 2015

Conversation

ctaymor
Copy link
Contributor

@ctaymor ctaymor commented Jul 14, 2015

New interface for sortable-table, which also fixes the bug where the
table didn't rerender when the data changed.

[Finishes #97658788]

BREAKING CHANGE: (javascript) React component has new wrapping components for
the header and rows.

@ctaymor ctaymor force-pushed the redesign-sortable-table-97658788 branch 3 times, most recently from 43a1b04 to eb12de6 Compare July 15, 2015 00:02
@stubbornella
Copy link
Contributor

@gpleiss - I'd like for both of use to code review this one, do you mind?

@@ -120,5 +118,4 @@ module.exports = {
BackToTop: require('pui-react-back-to-top').BackToTop,

PortalSource: require('pui-react-portals').PortalSource,
PortalDestination: require('pui-react-portals').PortalDestination
};
PortalDestination: require('pui-react-portals').PortalDestination, ...sortableTable};
Copy link
Contributor

Choose a reason for hiding this comment

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

eww... why is this all on one line? :)

@gpleiss gpleiss force-pushed the redesign-sortable-table-97658788 branch from eb12de6 to c97dc35 Compare July 15, 2015 18:39
@gpleiss
Copy link
Contributor

gpleiss commented Jul 16, 2015

So before this PR can be merged we need to address the non-sortable first column bug. Then this should be ready for merge IMO.

Caroline Taymor, Matt Royal and Ryan Dy and others added 2 commits July 15, 2015 17:51
…ange

New interface for sortable-table, which also fixes the bug where the
table didn't rerender when the data changed.

[Finishes #97658788]

BREAKING CHANGE: (javascript) React component has new wrapping components for
the header and rows.
instead of on the first column regardless of whether it was sortable.
Also refactors to use mergeprops.

[Finishes #97658788]
@kennyw12 kennyw12 force-pushed the redesign-sortable-table-97658788 branch from c97dc35 to c3b2fa0 Compare July 16, 2015 01:00
stubbornella added a commit that referenced this pull request Jul 18, 2015
fix(sortable-table): refactor sortable-table to rerender with data change
@stubbornella stubbornella merged commit c4aa1b6 into master Jul 18, 2015
@stubbornella stubbornella deleted the redesign-sortable-table-97658788 branch July 18, 2015 00:54
aks- pushed a commit to aks-/pivotal-ui that referenced this pull request Oct 25, 2016
fix(buttons): Update button version
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.

3 participants