How can i get export with Show entries option ?
How can i get export with Show entries option ?

Hello,
How can i add export to my DataTable and keep show entries option too ?
Thanks
This discussion has been closed.
Hello,
How can i add export to my DataTable and keep show entries option too ?
Thanks
Answers
You mean you want to export the "show entries" logic to the CSV / Excel file? There is no option for that I'm afraid, nor is it a planned feature. I don't see how such a thing can ever work with CSV - it might be possible in Excel, but I'm not sure.
Allan
I want just to have show entries and Excel on the same time
Oh I see! Just add the
l
option into yourdom
parameter in that case.Alternatively, use the
pageLength
button to have it styled the same as the other buttons - example.Allan
Mr. Allan
When I had follow your example my export button are disappear and replace by page length button.
How to show all buttons in the same time?
Without a link to the page showing the issue, or at the very least the code you are using, its impossible to say. My guess is that you have removed the other buttons, but I can't know for sure.
Allan