FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

Fix null or empty value passed to Date type cell displaying as the momentJs default (01-01-1970) in FooTable.DateColumn.js

Open ciarancolgan opened this issue 4 years ago • 0 comments

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 avatar Oct 07 '20 09:10 ciarancolgan