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.
Have several Repeaters and trying to figure out how the data can be filtered in WPDataTables
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.