Sorry, but I couldn’t find if anyone had asked this - I don’t really need the first column with the row numbers. Is there any way to hide it ?
Hey @dovk
we got the same on emails but now (with the picture) I can see what you mean.
Those are rowHeaders
. Those are turned off by default so I guess that you have use rowHeaders: true
somewhere in your code.
Thank you so much - as usual you sent me in the right direction. In my case the rowHeaders
and columnHeaders
were actually set to true
, so I set them to false
and now it’s OK (the way I wanted - without the “row number” column). Thanks again!
Great I’m always happy to help.