I have just started working with jquery. I used jquery data-table plugin for enabling table-view. Iam in need to disable show entries property. Can anyone help me in which js i need to disable the property?
I had followed this link but doesn't help. I don't know which js has to be modified. here
Thanks in Advance
notice the "paging" property in below example. once you set it to false. Show entries will get disabled.
This had worked for me. Use the code in your html you have built
As per latest documentation bLengthChange in above piece of code should be lengthChange.
you need to use this code:
this works for me:
it's all.