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.

ajayjaiswalajayjaiswal 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

Answers

  • allanallan Posts: 63,833Questions: 1Answers: 10,518 Site admin

    Use the dom option to remove the elements you don't want.

    Allan

  • ajayjaiswalajayjaiswal Posts: 6Questions: 3Answers: 0
    edited November 2016

    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.

  • allanallan Posts: 63,833Questions: 1Answers: 10,518 Site admin

    If you want to remove the search, page length etc, you use the dom option that I suggested above.

    Allan

  • ajayjaiswalajayjaiswal Posts: 6Questions: 3Answers: 0

    Thank You Allan for your help.

This discussion has been closed.