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

feat(tableCell): add showValue and hideValue for display cell #6

Merged
merged 1 commit into from
Feb 22, 2018

Conversation

juanlopez1
Copy link
Contributor

No description provided.


import columnPropType from './columnPropType';
import TableCell from './TableCell';
import datumPropType from './datumPropType';
import styles from './styles';

const renderColumn = (datum, column) => {
if (column.conditionToRender) {
return column.conditionToRender(datum) ? (
Copy link
Contributor

Choose a reason for hiding this comment

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

No es un nombre de método válido. Mañana lo revisamos.

@navarroaxel navarroaxel force-pushed the condition-to-render-column branch from b10390f to 6eb0567 Compare February 22, 2018 13:14
@navarroaxel navarroaxel changed the title feat(tablerow): add condition to render table row feat(tableCell): add showValue and hideValue for display cell Feb 22, 2018
@navarroaxel navarroaxel merged commit 4157a60 into master Feb 22, 2018
@navarroaxel navarroaxel deleted the condition-to-render-column branch February 22, 2018 13:17
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.

2 participants