Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Refactor API - remove column.hidden #473

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Conversation

Marc-Andre-Rivet
Copy link
Contributor

@Marc-Andre-Rivet Marc-Andre-Rivet commented Jun 18, 2019

Overlooked as part of #446. Removing column.hidden nested prop -- will be reworked / added back under a different guise with #314

Removing or modifying the affected tests (base on whether the test is specifically about hiding); keeping the inner mechanic intact for the 314 changes to come which will require it again.

@@ -22,7 +22,7 @@ storiesOf('DashTable/Headers', module)
{ name: ['Year', ''], id: 'year' },
{ name: ['City', 'Montreal'], id: 'montreal' },
{ name: ['City', 'Toronto'], id: 'toronto' },
{ name: ['City', 'Ottawa'], id: 'ottawa', hidden: true },
{ name: ['City', 'Ottawa'], id: 'ottawa' },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test is still interesting w/o the hidden nested prop. Keeping it!

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

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

+4 / -95 what's not to like! 🔪 🔪 🔪

Good catch 💃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants