• Resolved nebotan

    (@nebotan)


    Hi.

    I use WP-table-reloaded ver. 1.6. I want to add data from other tables in database, but I can’t find any tables of wp_table_reloaded. In other topics I saw, that some people had some tables in it’s database like wp_table_reloaded_data_1, etc…

    Where there are data from this plugin? In some table or in any other file?

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

    (@tobiasbg)

    Hi,

    the WP-Table Reloaded tables are stored as so called “WordPress Options” in the “wp_options” database table. So, the plugin does not use own database tables, but the existing WordPress API.
    In that “wp_options” table you will find entries like “wp_table_reloaded_data_1”.

    And a remark: Due to that data structure it is not really possible and recommended to add data from other tables by using SQL.
    Instead you should create a new table and e.g. import it from a CSV file.

    Best wishes,
    Tobias

    Thread Starter nebotan

    (@nebotan)

    I find a rows of table_reloaded plugin in “wp_options” and I think I need to create new table. But I find a new question: Can I get data from other table and show on pages via Wp_table_reloaded automatically?
    Or I need every time import a new data from a CSV file?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    as I mentioned, getting data from other tables is currently not supported in WP-Table Reloaded.
    As you already have the mySQL table, it is much easier to simply use some PHP to fetch and display the data from that table.
    You can then still use the DataTables library (from https://www.datatables.net) manually, if you want the sorting and pagination features.

    If you really want to have the table in WP-Table Reloaded, yes, then you will need to import it from a CSV file.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] there no plugin tables in the database’ is closed to new replies.