• I recently restyled a page to display multiple tables based on a field value, all using the same form. Everything works great except sorting no longer works correctly.

    Only the first table allows me to sort, and even that does not work properly. By default it sorts by Name in Ascending order. If I click name for Descending order, it does not allow me to revert back to Ascending.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kzipp

    (@kzipp)

    I’m guessing this is due to each table name having the same ID. Is there any way to rename the tables, all while calling the same form ID?

    Plugin Author fried_eggz

    (@fried_eggz)

    Yes. I’ll take a look and try to fix this. Thank you for the report

    Thread Starter kzipp

    (@kzipp)

    I was actually able to change the id to 2a, 2b, 2c, etc. and it worked perfectly. It would be good to figure out and add to documentation, but so far so good!

    Plugin Author fried_eggz

    (@fried_eggz)

    Cool. Did you change it with js?

    Thread Starter kzipp

    (@kzipp)

    Nope. That was my original thought but I just tried to change up a shortcode id, thinking it wouldn’t work at all, but it does. Maybe it just grabs the number? I really didn’t investigate much after seeing it worked.

    You can see it at: http://www.arkanebeer.com/tap-list/ which is all one form using field column 4 or something as separate styles.

    Hi. I have a similar thing i need to do. I would like 2 lists on one page, generated from one form. Is that possible. and if so how?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sort doesn’t work if multiple tables are on a page’ is closed to new replies.