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

    (@tobiasbg)

    Hi,

    thanks for your question!

    I’m sorry, but there’s no way that TablePress creates a post for each row automatically. Showing only the data of a particular row in a post would however be possible, by using some Shortcode parameters in that post (that you’ll have to create first):

    [table id=123 hide_rows=all show_rows=3 /]

    This would only show the third row.
    Also, TablePress does not have any visualization tools built-in. However, as the data is shown as a table, it should be possible to use common JS libraries for that.

    An alternative to the table solution might be to use WordPress “Custom Post Types”. With that, every MP would be a post with that post type. You could then use post meta data (via Custom Fields) to track the data for each MP then and display it using the regular WordPress Template Tag functions.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Some Questions’ is closed to new replies.