Enforce double as PlutoCell value type? #973
Unanswered
andzsinszan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am adding a double as a cell value:
When I retrieve the same cell, it is an int now:
Q1: Is there a way to enforce double?
Q2: Is there a reason why PlutoCell value type is not parameterized? Column type is typically known at compile time.
A1: I can trick Pluto to think it is a double:
But I have a custom renderer, so ideally no need for
format
.Q1b: Is there clean way to enforce double as PlutoCell value type?
Beta Was this translation helpful? Give feedback.
All reactions