Hi,
I’ve been looking through here an trying to find if this is possible but haven’t found any topics outlining this, I have this field setup with numerous entries(~200-300 rows), but they are not necessarily in the order I want on the back-end. I’d like to be able to use the column headings like in a excel table be able to sort that column via ascending/descending. I’m aware this can be done on the front-end, but with this many rows, to be able to find items either missing or needing to be added, if its not sort-able, it isn’t very efficient to try and find things.
Is there something that I could use to give this functionality or would this be a functionality feature request?
Thanks for any guidance.
hp
// using counter
$images = get_field(‘gallery’);
if ($images) {
$counter = 1;
?>