• Resolved danneniko

    (@danneniko)


    When using the Simple table builder, I’m now getting

    TypeError: undefined is not an object (evaluating ‘perfEntries[0].type’)

    It shows the table columns and cells at the bottom but it doesn’t show them where I can edit them.

    Anyone had this problem? I tried disabling all other plugins, didn’t help

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi danneniko,

    Sorry for the inconvenience,

    We assume that you are using the Safari browser. If that is true then please comment on this line of code in our plugin
    wp-content/plugins/wpdatatables/assets/js/wpdatatables/admin/constructor/wdt.simpleTable.js around line 24

    you will find this

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

    and you need to add comments like this

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

    Please clear the server and browser cache after this.

    Until our developer finds some solution for this for Safari browser.

    It will be fixed for the next update or sooner.

    Thank you for understanding and for reporting this.

    Best reagrds.

    • This reply was modified 3 years, 8 months ago by wpDataTables.
Viewing 1 replies (of 1 total)
  • The topic ‘Suddenly not working’ is closed to new replies.