Length menu option in Data Table will be used to decide how many number of rows to show in a single page .Please look at the below image to see the length menu
Solution:
To remove the that option we have to use below snippet of code
Output:
Thanks for visiting...Enjoy!
Solution:
To remove the that option we have to use below snippet of code
$(document).ready(function() { $('#htmlTableId').DataTable( { "bInfo" : false , "bLengthChange" : false } ); } );
Output:
Thanks for visiting...Enjoy!
Thank you Sir
ReplyDeleteWelcome:)
DeleteAwesome Article
ReplyDelete