My goal is to center the icon horizontally within the "Data" column:
Currently, I have applied textAlign: center to the column:
Additionally, I am using CSS in the icon renderer function to horizontally center it:
Despite these efforts, the icon remains left-aligned.
What more can I do to ensure that the icon in the column is centered horizontally?