Mohamed Gharib
Mohamed Gharib
The styles options are not respected because `useCss` is set to `true` thus the CSS styles are used rather than the provided style options. Although you commented out the CSS...
You will find that some styles may apply like fillColor because the background color is none, but most won't because CSS styles will override it, so this isn't a bug...
I think this is the correct definition : https://dbaron.org/css/intrinsic/#:~:text=intermediate%20min%2Dcontent%20width%20for%20span%20N%20(N%20%3E%201)
@SathishRavichandran @eighties8 What are your thoughts about this? 
It's already looking pretty reasonable :  ```js doc.autoTable({ head: [['Lorem']], body: [['Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore quaerat tempora harum, voluptate tenetur, omnis magnam sed quod...
@simonbengtsson Give me some time I'll have a look at it and see how does it relate to the work I've been doing on v4 regarding spans.
> When is the v4 expected to be released, thanks. No dates yet.
What do you mean by that? can you give an example?
You mean in case it's a single page and there's vertical space to continue printing the second horizontal page in the current page? That sounds like a good idea. maybe...
This could take a while since we're currently working on v4, but I'll keep it in my mind.