Intact rows even for the last page
Intact rows even for the last page
Hi
I am new to datatables and made it working, but I would like to ask how I can get rows (matter of page size) intact even for the last page? Even if I have 1 to 11 rows with data out of the page size of 12, I would like to render the remaining empty rows to have unchanged height of the datatable?
I am new to datatables and made it working, but I would like to ask how I can get rows (matter of page size) intact even for the last page? Even if I have 1 to 11 rows with data out of the page size of 12, I would like to render the remaining empty rows to have unchanged height of the datatable?
This discussion has been closed.
Replies
Allan
Your Datatables is really a good one, but in my specific needs in both design and functionality makes me forced to make my own from scratch. I needed to keep the zebra rows, even if they where empty.
Anyway, I have developed my own ajaxed datatable with much less code and greater flexibility. But it is not based on jQuery as a plugin.