• Resolved alex_13

    (@alex_13)


    Hi Tobi,

    a question about the extension Data Tables Inverted Filter.
    If you’re type in something with a slow internet connection, you see the first entrys. Only when the page is 100% loadedis the search bar appears.
    Do you know a solution because the “pre loading”.

    Thank you for the help.

    Alex

    https://wordpress.org/plugins/tablepress/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You could try hiding the table with CSS, as that should be loaded before the table data. For example, try adding something like this to the “Custom CSS” (with the correct table ID):

    .tablepress-id-123 {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter alex_13

    (@alex_13)

    Hi Tobi,

    thank you for the reply.
    It works on mobile, unfortunately not on PC.

    Regards,
    Alex

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter alex_13

    (@alex_13)

    Hi Tobi,

    gladly Website

    Thank you
    Alex

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks! I just checked that and can’t see a reason why this shouldn’t work on a PC, the CSS is there and it’s obeyed from what I can see…
    Maybe you’ll just have to clear your cache?

    Regards,
    Tobias

    Thread Starter alex_13

    (@alex_13)

    Hi Tobi,

    i clear the cache but it still doesn’t work.
    Before it only worked on pc, now it’s the opposite 🙂

    Regards,
    Alex

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    can you then please elaborate on what’s not working on the PC? The actual functionality of the table not being hidden immediately?
    Does it make a difference whether you are logged in into WordPress or not?

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘DataTables Inverted Filter’ is closed to new replies.