Search code examples
jqueryjquery-jtable

Hide Footer(Pagination Div) in jtable


I just want to hide the pagination (footer) section from jtable. Please help me to hide the section.


Solution

  • Add this CSS to your page:

    .jtable-bottom-panel,.jtable-no-data-row{
        display: none;
    }