Closed
Description
I found this bug / would like to have this new functionality
When using with a 'td' tag and bootstrap 4, I get the following error:
Notice: Undefined index: inherit in C:\xampp\htdocs\engage_web\vendor\mpdf\mpdf\src\Tag\Td.php on line 208
This is mPDF and PHP version and environment (server/fpm/cli etc) I am using
PHP version: 7
mPDF version: 8.0.2
This is a PHP code snippet I use
$mpdf->WriteHTML($this->load->view('survey/surveyReport_printable', $data));
Thats all I've been able to narrow down. I would like some workarounds and/or some pointers to help me fix it myself.