FooTable
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
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.