Okay
  Public Ticket #1255656
Number below the table
Closed

Comments

  • Mohammad started the conversation

    I have created a table. This table has only five rows. Everything is perfect except it shows "1" below the table (below the last column). How I can remove this number as it does not look good and not needed as well.

    Screenshot of table is attached and number is shown in a rectangle.

  • [deleted] replied

    Hi Mohammad,
    Thank you for the purchase.

    It is not possible to disable pagination from the table configuration page, but you can add custom CSS in wpDataTables Custom CSS input on wpDataTables Settings page (but it will affect on all tables that you have) or directly on the page between <style></style> tags (which is better option, because it will affect just on that table).

    CSS that you have to add is:

    .dataTables_paginate {
        display: none;
    }
  • Mohammad replied

    Thank you Milos.

    It is working.

    Fahad

  • [deleted] replied

    Hi Mohammad,

    You are welcome. We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks! 

  • Mohammad replied

    Done.

    Thanks.

  • Cemaro1 replied

    Hi Milos, i have a same problem, but i need have only two tables in the page (i have 4 tables en page), the problem is i do it with visual composser, how do it?
    Two tables head, need, no paginate
    thanks

  • [deleted] replied

    Hi Cemaro1,

    Can you please open a separate ticket and we'll be glad to help you?