Support additional Number types (like Percentage) #610
Labels
enhancement
New feature or request
good first issue
Good issues to pick-up for newcomers
research
This requires a deeper dive to gather a better understanding
Milestone
I was experimenting with adding a wrapper around Doubles for percentages, since that's something many other table solutions support.
Something like this works for basic usage:
However, since this is a
Number
, I was under the impression we supported converting it (among other things) right out of the gate. Unfortunately I was wrong:To fully support any new
Number
implementation, we need:Double
.Number
in impl/convert.kt::createConverterNumber
cases: Describe breaks onNumber
column #558Number
columnsThe text was updated successfully, but these errors were encountered: