Closed davewood closed 4 years ago
Please show the code you're using that is forcing header formatting. The default should be to use normal formatting, unless you're inadvertently specifying a header. What version of PDF::Table are you running? 0.12 was just released a month ago.
In particular, are you giving header_props with an empty hash? That will trigger a header with default properties.
I was using 0.11 and you are right, there was a header_props that I accidentally copy&pasted. thank you for your work :) and for being helpful.
my table doesnt have a header row and I dont want a header formatting. how can in I make the first row look the same as all the other rows?