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,499
    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