Replies: 1 comment
-
Hi, have you found the answer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have following randomly generated Person(s) data:
with the following
Person
typeI am trying to create a column definition using a
ColumnHelper
that combinesfirst_name
andlast_name
into a single column which creates a new column,full_name
, but ain't sure what the best way to achieve this.The current solution I chose is to create an another type like:
and build column definition based on that:
Any suggestions, please?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions