Allow data table cells with "date" type to be a link
Summary
It is not possible to add a link to cell in a data table which has type "date" so it would be good to allow this.
💬 Description
As you can see from this StackBlitz, adding a link to a "date" type cell just results in "Invalid date" to be displayed.
It is possible to add links to the other cell types (string, number and address) but not the date type, so it needs to be possible to add it to cells with this type as well.
💰 Use value
This would make the allowed behaviour consistent with other cell types.
One possible use case for this is that it could work as a kind of filter e.g. it would take the user to a page displaying a data table with only the rows that have the same date.
The data table Figma file has already been adjusted to account for this, ready for dev
NB Should be done at same time as #3828
Moved this ticket to the "no status" column as it needs a milestone and priority