• Resolved johndubo

    (@johndubo)


    Tobias,

    Great plugin. I think it will do exactly what I need.

    Question though, i have created an html page that is a table only via a cforms ii API.

    Here is that link:

    https://thedallasbuzz.com/colleges/

    As you can see, the source code is the table only.

    When I import it in the plugin, I just get thet Table could not be imported message. Any reason why? Thanks!

    -John

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi John,

    thanks for your question.

    I had a look at your table and spotted some minor mistakes in the table HTML code, which however make the HTML invalid-which breaks the importer unfortunately.

    In your table HTML code, you are not closing the table rows (HTML code <tr>) properly. In the necessary </tr> to finish a row, you forgot the / in all rows.

    Can you please try again after fixing that?

    Regards,
    Tobias

    Thread Starter johndubo

    (@johndubo)

    (headslap)

    Works fine now. thanks. this table is generated from a cforms API call. there’s no way to make WP-Table reloaded update this on-the-fly, is there? You have to manually replace the table each time there are new entries, right?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, there is no way to trigger an automatic upgrade, sorry. The plugin is designed to show static data only, so yes, you will need to manually replace the table when there are new entries.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Importing HTML form a URL’ is closed to new replies.