• Resolved dezpfab

    (@dezpfab)


    Hi,

    First of all, TablePress is an awesome plugin. Congrats to the people who made it.

    I am using the DataTables FixedColumns extensions. It does work well on desktop, but nothing happens on mobile. Is there a setting I’ve forgot ?

    Thanks a lot,

    Fabien

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

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

    thanx for your great plugin!

    It seems for me having the same problem … I am updating the Content of the TablePress-Table by changing the data field “post_content” (table wp_posts) via external FileMaker-System automatically.

    It does work well on desktop, but nothing happens on mobile …

    Regards,

    Carsten

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Carsten,

    no, this is a completely different problem. You are most likely running into caching issue (which is why I normally recommend to not directly alter the “post_content” field. You will then also have to make sure that the fields in the postmeta table are also matching and up-to-date (for example if the size of the table changes)).

    It seems to be working on desktop because you are probably logged-in to WordPress there, and then don’t see the cached version, but a live version. You will either need to wait until the cache is cleared automatically, or you will need to turn the caching off in general, e.g. by adding a parameter to the Shortcode, like

    [table id=123 cache_table_output=false /]
    

    Regards,
    Tobias

    Thread Starter dezpfab

    (@dezpfab)

    Hi Tobias,

    Can I email you the URL please ?

    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, you can find my email address in the main plugin file “tablepress.php”.

    Regards,
    Tobias

    Hi Tobias, you’re right, it was the cache, my problem is now solved by you, thank you very much!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Carsten,

    awesome! Thanks for the confirmation!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘DataTables FixedColumns not working on mobile’ is closed to new replies.