mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link

Issue combining filters with sorting #158

Closed Design-by-Kieran closed 7 months ago

Design-by-Kieran commented 11 months ago

I'm finding that when using filters, the sortable columns no longer work – clicking the sortable column header does seem to change the order, but not correctly.

I have 'Enable filters' ticked on two ACFs – a Select and a True / False. Additionally I have 'Show Column' and 'Sortable Column' enabled on two ACF Number fields.

I tried tweaking the query parameters in the URL but I couldn't find a way to make &orderby work in combination with &meta_query.

Any advice or a possible fix?