Adjustment to table/list shortcode.

Issue #62 closed
Drew Angell repo owner created an issue

User brings up a good point about default sorting of IPN records displayed from shortcode. Should make adjustment accordingly.

https://wordpress.org/support/topic/paypal_ipn_list-pagination?replies=3#post-7215134

Comments (7)

  1. Nishit Langaliya

    Hi Andrew,

    Here, What I am understanding is user wants to pass any of the field like payment date or first name etc... in field1 parameter in shortcode right ? if yes then Here I tested that

    [paypal_ipn_list field1="txn_id" field2="payment_date" field3="first_name" field4="last_name" field5="mc_gross" limit="100"]

    User can pass any field in field parameter which user wants 'field1' is not a static. if user wants to display payment_date as first column and wants shorting base on that he just need to put below code

    [paypal_ipn_list field1="payment_date" field2="payment_date" field3="first_name" field4="last_name" field5="mc_gross" limit="100"]

    Please let me know your thoughts. and am I on the same page ?

  2. Pp Dev

    Hello Andrew,

    I have review the ticket base on that I think we should remove default sorting order in data-table instead of add new short code attribute.

    If we remove default sorting order in data table it will behave awesome as per user requirement .

    Please review it and let me know.

  3. Log in to comment