• Resolved pfmcorreia

    (@pfmcorreia)


    Hi,
    First I want to tank you for the great plugin.

    I’m having some difficulties with the options on the Data Publisher.
    I’m unable to make the table ordered by any of the columns using the “Default order/by” field. At the moment I have “1,asc” on this field, that according with the instructions should order my table by the values on the first column of the table. What I’m doing wrong?

    I would like also to to be able to do the following:
    – Format the values in a given column (dates from date and hour to just date)
    – Show more than 10 entries on the page

    Thank you
    Paulo

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

    (@peterschulznl)

    Hi Paulo,

    Looks like you are doing it right. The index is just zero based. So please use this to order on the first column: 0,asc
    If this still doesn’t work, can you enable the javascript console to see if you are getting any errors?

    You can format date and time columns in the plugin settings:
    – Go to Settings menu
    – Sub menu WP Data Access
    – Tab Plugin
    – Scroll down to Date format/time format
    – Change your settings and save

    Let me know if this works!

    Best regards,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Paulo,

    What is the status of this topic? Are you still working on it? Or can I close it?

    Thanks,
    Peter

    Thread Starter pfmcorreia

    (@pfmcorreia)

    Sorry Peter for the late reply to this.
    Yes all solved except for:
    – Show more than 10 entries on the page

    Thank you

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Paulo,

    Great! ??

    You can set additional arguments in column Table options (advanced). Make sure you enter valid JSON! For a page length of 50 enter this:

    {"pageLength":50}

    Best regards,
    Peter

    Thread Starter pfmcorreia

    (@pfmcorreia)

    Thank you
    Works fine now

    Paulo

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Order and other options’ is closed to new replies.