I don't want to Search, Show entries, pagination and entry count below.
I don't want to Search, Show entries, pagination and entry count below.
ajayjaiswal
Posts: 6Questions: 3Answers: 0
Hi,
I am using DOM_Ajax_Multiple_1.10. I don't want to Search, Show entries, pagination and entry count below. How to remove it. Please suggest asap
This discussion has been closed.
Answers
Use the
dom
option to remove the elements you don't want.Allan
Hi Allan,
This is following code i am using
$(document).ready(function(){
$('#accountlisting').dataTable().yadcf([
{column_number : 0},
{column_number : 1},
{column_number : 2},
{column_number : 3},
{column_number : 4}]);
});
Please reply me how to remove footer and header section.
If you want to remove the search, page length etc, you use the
dom
option that I suggested above.Allan
Thank You Allan for your help.