question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can't display date properties

See original GitHub issue

Griddle version

Version 1.1.0

Expected Behavior

cell that contains a property with Date-type should display property

Actual Behavior

the cell is empty, also if you specify customComponent value is an empty Map object instead of the date,.

Steps to reproduce

<Griddle
  date={[
     { foo: "row1", date: new Date() },
     { foo: "row2", date: new Date() },
]}
/>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ryanlanciauxcommented, Mar 20, 2017

Thanks a ton!

0reactions
macrozonecommented, Mar 22, 2017

you are awesome. Works like a charm ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Excel Dates That Won't Change Format - Contextures
Select cells with fixed dates, and go to the Home tab on the Excel Ribbon · Click the dialog launcher, at the bottom...
Read more >
Change the date system, format, or two-digit year interpretation
Under Clock, Language and Region, click Change date, time, or number formats. In the Region dialog box, click Additional settings. Click the Date...
Read more >
Excel Date Format Won't Change - YouTube
Download the featured file: https://www.bluepecantraining.com/excel- date - format - wont -change-i- cant -change-excel- date - format /In this video I ...
Read more >
Entity Date property: Cannot format given Object as a Date
Using the following code I receive the Cannot format given Object as a Date exception: Format df = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss"); ...
Read more >
6 Ways to Fix Dates Formatted as Text in Excel
It can't handle any old text string that happens to look like a number ... Step 3 of the Wizard: Choose 'Date' from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found