• Resolved duracell_bunny

    (@ohninhoj)


    Hi,

    I’m looking to create a table which can act as an interface for user input.

    I then want to be able to access the data with python, run it through an algo and update some of the data in table.

    Is this possible?

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello.
    All of the tables available in the Lite version,
    they do not create a table in the database like manual ( editable) tables,

    but instead, their data is stored in the database table ‘wp_wpdatatables_rows’.

    So, pulling data from the database for these kinds of tables, or updating that data is more complex because this database table stores data in JSON format, not like manual tables (columns * rows).

    You can check with our main support here https://tmsplugins.ticksy.com/ and they will double-check if they can advise you for any possible idea that you can try as a custom solution with the premium plugin version.
    On this Forum we are not allowed to discuss anything like that, so if you can be so kind to check with them, and they will advise you.
    You can choose “Pre Purchase questions” as ticket category and it will not make you input a licence code.
    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Possible to Download/Update Table remotely with Python etc.?’ is closed to new replies.