Ho to allign test left on row header

Tags: #<Tag:0x00007efc62117118> #<Tag:0x00007efc62116ec0>

I know that we can use this method to allign but while I’m giving as left still it is not alligned towards left it is displaying the row header as centre… can you give me some suggestions to resolve this issue

afterGetRowHeader: function(col, TH) {
TH.className = ‘left’
}"

Hi @rameshpandiram

We have a predefined className called htLeft that you can use.

Demo: https://jsfiddle.net/xjhvg18w/

Result

48

Is that the desired outcome?

yeah Thanks for your help.

I’m glad that I was able to help.

Please feel free to open a new thread when needed or contact us at support@handsontable.com with any questions.