#25 fixed the issue for me as well!
I had things working properly on my local environment, but once I pushed to our host (Acquia), the CSS wasn't loading for the PDF at all. I did some debugging and could see the proper CSS files were included in the template head, but it seems like DomPDF was generating the file before the styles were actually loaded. Putting them internal to the template solved the problem.
I will say that #53 seems to be working, but I haven't tested it extensively.
Thanks, this works well!
Thank you! I am implementing a view where filtering with select options would be necessary, and this does work very well! One thing I had to change however was in your switch condition for the filter, there is no default for the "select" option when it is neither collapsible nor multiple. It seems like we can get rid of the "elseif" and make that a default, and it will work well.
Thank you for the patch, as I was looking to be able to do this. However, shouldn't the "!contains" also be case-insensitive?