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 #2740169
Simple Table Creation
Closed

Comments

  • John Schaub started the conversation

    I am trying to create a simple table and populate with a few entries. After creation I see the preview, but no table where I could enter data. I have tried turning off both front-end and back-end bootstrap-js. 

    I would like to create a table that my teammates could enter information and we could all see it displayed on a separate page. And then do a similar thing for our clients. I would definitely be a Premium buyer, as I want to use the wordpress SQL database in this project. 

    But I am not interested in a long, drawn-out "try-this-and-that" debugging effort. The entire team uses iMac's and Safari, and all of our software and our host wordpress are up-to-date. Our database uses Avada Fusion Theme. No problems with any other plugins and all parts of the website and database are working properly. 

    If you have a simple fix, please let me know. In the mean time I will continue to search for something else that will do the job.

  •  2,576
    Aleksandar replied

    Hello John

    Thank you for your interest in our plugin.

    At the moment, there's a bug regarding Simple tables on Safari.

    Please go to wp-content/plugins/wpdatatables/assets/js/wpdatatables/admin/constructor/wdt.simpleTable.js and around line 24 you will find this:

    if (perfEntries[0].type === "back_forward") {
         location.reload();
    }

    Comment it, like this:

    // if (perfEntries[0].type === "back_forward") {
     //     location.reload();
     // }

    Clear server and browser cache after this, and it should be working fine.

    Simple tables can only be edited in the back-end, and they can't be used in combination with SQL Query based tables, there is no front-end editing, sorting, search, filtering, or pagination in this table type, creating charts from this table type is not yet possible, you can’t use foreign keys, placeholders or conditional formatting, but each cell can be formatted separately, setting border types and thickness is not included, and our add-ons can't be used with this table type

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables