We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

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?