I’m rendering a HotColumn as below and trying to set className of the td
element as “text-center”
<HotColumn title="Confirmed" data="confirmed" readOnly={true} className="text-center">
<CustomRenderer hot-render />
</HotColumn>
What am I doing wrong here? Thanks a lot!