datatable
datatable
Girish Kumar
Posts: 15Questions: 11Answers: 0
datatable have two headers i want print pdf second header not first header. I
This discussion has been closed.
Answers
The PDF export can only export a single row in the header at the moment. It is should be the second (or bottom most) row in the header. The
orderCellsTop
parameter controls that.If that isn't working for you, please post a link to a test case.
Allan
not working
As I mentioned, if it doesn't work for you, please post a link to a test case.
Allan
$("#supplierListTable tbody").children('tr').remove();
If you can't post a link to your page showing the issue, please use http://live.datatables.net , JSFiddle, CodePen, JSBin or a similar service to link to a working test case that shows the error so we can debug it.
Allan