PDF export does not follow pageLength
PDF export does not follow pageLength
http://live.datatables.net/dirakato/1/edit?html,js,output
Like the title says pdf export always exports the entire table unless I use search or filters. I would like for it to follow the page length as well. I tried setting the export options to the following. page:'current' but it still always exports all rows.
The problem I am trying to avoid is blank barcode columns. It looks like depending on the page length the code to initialize the barcodes only runs on the length shown.
Answers
Figured out my problem. I didn't add the modifier: {} key for the different options.