• Well done plugin!
    This may be a bit out of the box:

    Is it possible to show a summary (toc) of form submissions as a table?
    Displaying some data fields for each submission in a row: title, category, date, author, custom field…
    These submissions could be posts, or inputs into user-facing forms.

    If it can’t be done in WP Table Reloaded alone, maybe in combination with some other plugin?

    Or, any other idea to get this done?

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no, sorry, this can not be done easily with WP-Table Reloaded. The plugin is designed to hold static data that does not automatically change, and to display that.

    For dynamic pieces of data (like submissions), it is generally better to develop a custom PHP/mySQL solution: A script that stores your data in a database table, and a script that queries that table for the data and then displays that data (e.g. in a tabular form).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Post summaries (or form inputs) as sortable table?’ is closed to new replies.