Hi Shobhana Suara,
In conclusion, you need to add a class to the header cell and body cell.
* using headerClasses and cellClasses
And add a style in your scss.
::ng-deep {
.reverseRow {
flex-direction: row-reverse;
text-align: left;
.igx-grid__th-icons {
flex-direction: row-reverse;
}
}
.flexStart {
justify-content: start;
}
}
Here is a sample project.
7563.datagrid-alignment-issue-bepjny
Best regards,