Setting type and Numeric format for row

Hi Aleksandra,

As we can set the type and numeric format for a column. Can we set the type and numeric format for a row?

Thanks,
Parul Gautam

Hey @02paru

yes, you can. The easiest way to do it is by using the cells method. Here is an example https://jsfiddle.net/handsoncode/axqkcmnv/1/

I tried this but as I have to loop through each and every cell, it is taking a lot of time. HandsonTable freeze for the time I am applying numeric formatting to each and every cell if the data is very large

We had an idea to create rows as an answer to columns (issued: https://github.com/handsontable/handsontable/issues/4055) but haven’t had time to add it yet.
Currently cells besides the (very slow for multiple changes) setCellMeta is the only way to change those types.