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
Hi Tobi,
thank you for the reply.
It works on mobile, unfortunately not on PC.
Regards,
Alex
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
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
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
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