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 null or empty value passed to Date type cell displaying as the momentJs default (01-01-1970) in FooTable.DateColumn.js #878

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ciarancolgan
Copy link

Fix for passing a null or empty value to a cell marked as date type - currently displays as the momentJs default date of 01-01-1970. Instead, this returns early and displays blank/empty cell.

Fix for passing a null or empty value to a cell marked as date type - currently displays as the momentJs default date of 01-01-1970. Instead, this returns early and displays blank/empty cell.
@ciarancolgan ciarancolgan changed the title Update FooTable.DateColumn.js Fix null or empty value passed to Date type cell displaying as the momentJs default (01-01-1970) in FooTable.DateColumn.js Oct 7, 2020
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.

1 participant