Okay
  Public Ticket #2936088
How to view data fields in Repeaters
Closed

Comments

  • m started the conversation

    Have several Repeaters and trying to figure out how the data can be filtered in WPDataTables

  • [deleted] replied

    Hi M

    You would need to create a custom query that wouldd return the data you need. Using our query constructor pulls the data from WordPress database, but ACFs data can also be stored in the MySQL database, so try using that generator.

    We cannot help you with the custom query, though, as included support doesn't cover custom queries, and we don't have native integration with ACF, so you'd need to locate the data you need in the database, and then pull it using that custom query.

    Do let us know if there is anything else we can assist you with.