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

Commits on Oct 7, 2020

  1. Update FooTable.DateColumn.js

    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 authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    589117a View commit details
    Browse the repository at this point in the history