• gwebum

    (@gwebum)


    I would like to display data from only row 1. Instead of presenting it as one long row. I am only showing the data for one row in the database per customer rather than showing them everything.

Viewing 1 replies (of 1 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi @gwebum,

    If you have programming skills, I’d suggest to use the Code Manager for this task. That takes much less resources. See:
    https://ww.wp.xz.cn/plugins/code-manager/

    You can also do it with the Data Publisher, but you’ll need to add some arguments and options.

    To identify your customer, you can use URL parameters. See:
    https://wpdataaccess.com/docs/documentation/data-publisher/adding-filters/
    Section: URL parameters

    Since the URL parameter solution will give you only the customer data you are looking for, you could just remove all components from your publication, except the table data itself. You can achieve that by adding the following JSON string in the table options advanced field of your publication:
    { "dom": "t" }

    Is this what you are looking for?
    Peter

Viewing 1 replies (of 1 total)

The topic ‘Pull specific data from database into a page’ is closed to new replies.