• Resolved Judson Mitchell

    (@judsonmitchell)


    Until recently, I had a functioning listbox on my table. When you changed the selects in the footer filters, the table displayed the desired values. This has stopped working. In Developer Tools, I see that the “change” event fires, but that the table values are not updated. I am running WP Data Access Premium 4.2.1.

    Peter, any thoughts on how to troubleshoot this?

    The page I need help with: [log in to see the link]

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

    (@peterschulznl)

    Hi Judson,

    For individual column search the plugin needs to requery the database with the values selected by the user. This is not possible with serverSide set to false. Sorry, this should be in the documentation! I’ll add it asap.

    You have two alternatives:
    (1) Set serverSide to true
    (2) Use the query builder

    (1)
    Setting serverSide to true will solve your issue and use the individual columns search options with server-side processing.

    (2)
    If you prefer to load the whole table on startup, you can use the query builder. This is a new feature which will be part of the next release. Here is a demo:
    https://wpdataaccess.com/search-builder-demo/
    I hope to release to day or tomorrow… 🙂

    Best regards,
    Peter

    Thread Starter Judson Mitchell

    (@judsonmitchell)

    Thanks for the prompt reply, Peter. I’m looking forward to the Query Builder!

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Judson,

    Version 4.2.25 is released. Just update and you can start using the Query Builder! 🙂

    Best regards,
    Peter

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Listbox filter not filtering’ is closed to new replies.