Extended Column in Certification

In my case, I used Targeted Certification and was able to display the identity status by adding this ColumnConfig to every key that starts with uiTargetedCertificationItem in the UI config:

<ColumnConfig dataIndex="inactive" groupProperty="Identity.inactive" headerKey="inactive" hideable="true" property="Identity.inactive" sortProperty="Identity.inactive" sortable="true" stateId="inactive"/>

If this approach doesn’t work in your case, check below threads:

thanks