How to VIEW ALL Entries
How to VIEW ALL Entries
Subhasiash Pal
Posts: 5Questions: 2Answers: 0
Great work DATA Table Team... Thank you vary much....
But i need help ...
I want to show ALL entries at a time including 10,25,....100 ...
This question has accepted answers - jump to:
This discussion has been closed.
Answers
You mean all entries in the page length drop down? Like this http://live.datatables.net/sukacaro/1/edit ? Seems like wasted space.
Maybe the op means a page length option to show "All". Which of course is explained in the documentation.
https://datatables.net/reference/option/lengthMenu
Thank you for your replay... it helps me ...
but its show a error message...
What is the error message?
Post your Javascript code.
Kevin
================ ERROR=====
DataTables warning: table id=dataTables-example - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
============ JC========
$('#dataTables-example').DataTable( { "lengthMenu": [ [10, 25, 50, 100, -1], [10, 25, 50,100,"All"] ] } );What are the results of following the troubleshooting steps at the link provided in the error?
Kevin
Probably worth reading this part of the manual as well.
Allan