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

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

MarekkajtaMarekkajta Posts: 1Questions: 1Answers: 0

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

Answers

  • allanallan Posts: 63,700Questions: 1Answers: 10,501 Site admin
    Answer ✓

    From your code:

    dom: 'Bfrtip',

    If you want the length menu to show, you need to include the l option. See the dom documentation.

    Allan

This discussion has been closed.