Code: Select all
$table_min_column_width = ($table_columns_width / $dom[$key]['cols']);
// array of custom column widths
$table_colwidths = array_fill(0, $dom[$key]['cols'], $table_min_column_width);
No idea what can be wrong there, I will try to looks tcpdf site, maybe I will find some infos about this.
Jan