jsPDF-AutoTable
jsPDF-AutoTable copied to clipboard
Height of the table
I want the table with fixed data. No matters, table data is available or not. Currently if there is less data the height of table is smaller that the height of table having more data. But i need uniformity in height of table no matters the number of table data. The file attached below is the final result i want to achive. Please help me.
The only way to accomplish that would be to hard code the height of the row. Would be an interesting feature to have some od way to say that a row should fill remaining page space however.
If i have two records in that case it would be disturbing to see rows having unnecessary height.