You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name | Projects |
---------------------
b | - |
c | + |
a | + |
Name | Projects |
---------------------
a | true |
b | false |
c | true |
Expected:
Name | Projects |
---------------------
b | - |
c | + |
a | + |
Name | Projects |
---------------------
a | + |
b | - |
c | + |
The issue is not only BooleanColumn, others too, but it's the simples example.
The text was updated successfully, but these errors were encountered:
TWiStErRob
changed the title
make column:copy() copy any printFormatters set on the original
make column:copy(int) copy any printFormatters set on the original
Nov 7, 2022
#1068/#1073 missed the
emptyCopy(int)
overloads. Only half of the columns keep their printFormatter when copied with a pre-allocated size.Here's a repro:
Actual:
Expected:
The issue is not only
BooleanColumn
, others too, but it's the simples example.The text was updated successfully, but these errors were encountered: