I came by this method that sets style based on row_id, ind… setCellTextStyle(row_id, ind, styleString. Is it possible to style cells based on column index?
I just want to say setColumnStyle(index,“style string”). Thanks in advance
I came by this method that sets style based on row_id, ind… setCellTextStyle(row_id, ind, styleString. Is it possible to style cells based on column index?
I just want to say setColumnStyle(index,“style string”). Thanks in advance
dhtmlxGrid doesn’t have such method. But you can create custom eXcell type which will have necessary styling.