DATATABLE Pdf button only Provides Current Page
DATATABLE Pdf button only Provides Current Page
sruthirbabu
Posts: 6Questions: 2Answers: 0
Hai. I have recently started using datatable .I have implemented Datatable export button for pdf and excel. The buttons work properly except they only return current page .I have pagination,filtering and length control enabled. But while using pdf button i need to take into consideration only the filtering and not the pagination. So I need to have pages 'pdf'ed regardless of pagination . Can this be done ?
This discussion has been closed.
Answers
Hi @sruthirbabu ,
Are you using
serverSide
? If so, yep, that will happen as the client doesn't have access to the data set - see this thread for options.Cheers,
Colin