As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

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?