How do I keep the "Show X Entries" dropdown as well as the New/Edit/Delete buttons?

How do I keep the "Show X Entries" dropdown as well as the New/Edit/Delete buttons?

rtho782rtho782 Posts: 2Questions: 1Answers: 0

I've used datatables in a number of sections of my site, and have come to the first table I want editable. I've got Editor working and integrated, but it replaces the "Show X Entries" dropdown with it's buttons.

Is there a way I can have both?

Thanks

This question has an accepted answers - jump to answer

Answers

  • btreebtree Posts: 99Questions: 14Answers: 11
    Answer ✓

    Hoi,

    I think you just removed the DOM Element for the length Menu.

        dom: "lBfrtip", //l = length Menue, B = Buttons, f = filter (search)
    

    Cheers
    Hannes

  • rtho782rtho782 Posts: 2Questions: 1Answers: 0

    Got it, thanks!

This discussion has been closed.