I am trying to have the first column of my headers and footers be left aligned while all other rows are right aligned.
I tried:
mygrid.addRow(‘header’+Header,‘
New Header
’,selId);But when I try to edit my header name, I see the whole div tag.
Is there an easier way to do this without using CSS?