• How & where do the values of the table created through wp-table-reloaded plugin get inserted in the MY SQL database?

    How do I modify the plugin so that only selected columns in a table are visible to a user when he is logged in to the admin panel

    Plz. reply.

Viewing 1 replies (of 1 total)
  • Hi,

    the tables are stored as “serialized strings” in the “wp_options” table of the WordPress database. Their names begin with something like “wp_table_reloaded_data_…”.
    I do not recommend to directly edit these database fields, as this will likely break the tables.

    Showing only certain columns in the admin area is not possible. If a user is allowed to access WP-Table Reloaded (you can select the required user role on the “Plugin Options” screen), he can always see all columns of all tables.
    You can only hide certain columns from view on the frontend side, by using the “Hide” buttons on the table’s “Edit” screen.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘WP Table Reloaded’ is closed to new replies.