how add "lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] to HTML5 export buttons
how add "lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] to HTML5 export buttons
Ahmed321
Posts: 7Questions: 2Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Your question is not clear but I think you are asking about tis FAQ.
Kevin
I'm sorry but its my first question
I ask about to add "lengthMenu" to this table
https://datatables.net/extensions/buttons/examples/initialisation/export.html
Sorry, my link was bad in my response. Please see the FAQ I linked to.
Kevin
thanks for you
but what i want to say
how to use
buttons: [
'copy', 'csv', 'excel', 'pdf', 'print'
]
and
lengthMenu: [
[ 10, 25, 50, -1 ],
[ '10 rows', '25 rows', '50 rows', 'Show all' ]
together in one table
Here is an example:
http://live.datatables.net/covopimo/1/edit
Does this help? If not please update the example to show the issue.
Kevin
thanks so much for your support