I have a Column Component, and I'm trying to display these two data points with a break line, please help.
right now the result is:
BusinessName UserName
I'd like:
BusinessName
UserName
<Column
calculateCellValue={(cellData: { BusinessName: string; UserName: string }) =>
`${cellData.BusinessName} ${cellData.UserName}`}
/>
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2gmsECD
Comments
Post a Comment