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

    (@tobiasbg)

    Hi,

    thanks for your question.

    Unfortunately, offering a download like this is not directly possible.
    You can only export tables on the “Export” screen of TablePress (in the admin area), where you will then directly get the file.

    To offer that as a download to your visitors, you would need to upload that file to your server and manually create the link.

    Regards,
    Tobias

    Thread Starter Roman Neverov

    (@roman_neverov)

    Ok, then I`ll recommend some script to avoid caching HTML table.
    Create link as:

    <script language='javascript'>
       document.write ("<a href='http://yoursite.com/table.html?rnd=" + Math.random() +"'>");
    </script>Download table</a>

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m confused now. Can you explain what exactly you want to achieve with that link?
    How does this relate to TablePress?

    Regards,
    Tobias

    Thread Starter Roman Neverov

    (@roman_neverov)

    When u open uploaded table.html via link on your site browser cache it.
    And if table changes often u may need users to avoid caching and they will download always fresh html table 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that is clear, but that should not be a problem with a TablePress table. Or are you doing this for the table HTML file that you are offering for download? Then it’s ok, I guess 🙂

    Regards,
    Tobias

    Thread Starter Roman Neverov

    (@roman_neverov)

    TablePress works perfect! Thanx for it!
    Its just an advice for those pple who want to share html table 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, got it now! 🙂 Sorry for the confusion! 🙂

    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 ‘Link to download exported table’ is closed to new replies.