Facing a challenge in my Laravel project using Dompdf for PDF invoices. I want the final amount table at the bottom, but here when there are fewer products, there's empty space between products table & final amount table. Need guidance or examples on making sure the products table stretched & filled with empty rows till final amount table & final amount stays at the bottom. Any help appreciated!
this is pdf invoice generated using dompdfg
flexbox isn't supported in dompdf so is there any other way or other library where whether table has enough row or not but table filled till end of page automatically?