unable to add number of entries drop down menu
unable to add number of entries drop down menu
umaeswara
Posts: 83Questions: 16Answers: 0
http://live.datatables.net/deqebiri/3/edit
please see I have added
orderCellsTop: true,
fixedHeader: true,
lengthMenu: [
[10, 25, 50, 100, 500, 1000, -1],
[10, 25, 50, 100, 500, 1000, "All"]
],
but it doesnt show the menu down to select number of entries.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Your "dom" options need to include "l" for pageLength.
Can you please change my testcase and show me how to fix this issue. thanks
Here is the updated test case:
http://live.datatables.net/rejucido/1/edit
Also see this FAQ.
Kevin
Got it thanks . dom: 'Blfrtip',