Show Entries
Show Entries
nander
Posts: 13Questions: 6Answers: 0
Hello could you tell me where to find the CDN's to customize the show entries option? I was looking to do something like this
$('#example').DataTable( {
"lengthMenu": [ 25, 50, 75, "All" ]
});
This question has an accepted answers - jump to answer
Answers
I'm guessing you are asking about the
All
option. See the second example in thelengthMenu
docs to see how to useAll
. If this doesn't answer your question then please provide specific details of what you want to change.Kevin
I tried this but still not working I have several functions so I may just be missing something or need to add something? Where can I post my code just to make sure I am adding multiple functions correctly?
Post a link to your page or create a test case showing the problem you are trying to solve.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Or use Markdown formatting and copy/paste your relevant code into this thread.
Kevin
I count six different initialisations of DataTables there. Each with different parameters.
See this part of the manual for combining multiple options into a single object.
Allan
Nice I was not 100% sure at all how to use the multiple parameters option but your reply clarified it and I fixed. Thank you!