mPDF Manual – mPDF Variables

keepColumns

Set this variable to true and columns will be written successively i.e. there will be no balancing of the length of columns.

<?php
$mpdf->keepColumns = true;

Fork me on GitHub