How to change the default column names?

Is there a way to change the column names to e.g. A, B, C, etc. (that is, without forking the component repo).

Thank you!

You could submit a pull request with the proposed code changes. That being said if you did do a change as a pr one idea woupd be to make the defaults configurable.

I noticed that this is implemented using jspreadsheet

How could we modify the TC to activate the spreadsheet functionality (instead of table)

Thank you, indeed it was pretty easy to find.

I’m not sure PR would be helpful, I think the current names are intentional.

Indeed, marking it a setting would be nice. I will look at this

You can change the default text of the column names from the theme component’s settings page:

Thank you, I don’t know why I didn’t manage to find that earlier, but now I did.