I'm using custom row header names and there is one that happens to be a little longer than others.
rowHeaders: ["Entree", "", "Plat", "", "Dessert", "", "Prix 2", "Prix 3"]
My question is how do I increase the row header width
?
I have thoroughly checked the documentation without luck.
I've tried using colWidths: 200
in the options
but that only works on everything except row header width.
Options documentation here.