I tried to generate with mPDF a table on a DIN A4 page, but the table cells are shrinked together. I have tried different things to get the cells in the right size. In my browser it works fine, but only in my browser. You can see here: http://stackoverflow.com/questions/3306312/table-attribute-width-is-ignored
Perhaps is there anybody out there with a suggestion, what can I do.
No matter what you do, the table cell will shrink to fit the largest cell in one page. It would be nice to have an option to not shrink the table cells and let the table cell continue on multiple pages, if the content is very large.. (Consider a bullted list of 200 points).
It would require a totally different way of writing the tables (not a simple 'fix'). I have developed mPDF on the same lines a HTML+CSS i.e. tables are recommended for displaying data only - not for layout. There are options to use "float" on block elements which may work for some.