Optimised table header alignment

HI All,

For the Optimised table i want to have the header to be centered.

I have selected align column header of the cell properties of the header as center but header is not centered when i check on the UI.

If the table in not optimised or not having any filtering option, then the alignment is working fine

Attached screenshots for reference.

Thanks in advance for your help.

Hi @SuryaG89,

Can you try below configuration on label control.

Thanks, Ankit

@im-ankithave already tried this but no luck

@SuryaG89

Added the custom logic to center the table headers along the column alignment to left and below logic in UserWorkForm.

<style>

.gridHeaderLabel.flex-justify-center {

    padding-left: 0px !important;

    text-align: center;

}

 

</style>