buttons(new) for export and lengthmenu don't work together
buttons(new) for export and lengthmenu don't work together

I've just plugged in the latest version of DataTables and it's really awesome. I've picked up an issue where the lengthMenu no longer displays if a use the buttons to export results. Is there a workaround for this. I've attached my source below.
http://pastie.org/private/1qjyic83da0h4vyz271za
Regards
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
From your code:
If you want the length menu to show, you need to include the
l
option. See thedom
documentation.Allan