I posted this bug a few weeks ago, and it appears to have been addressed in the latest version 6.5.4
Bugfix: Row Direction could not use parameters. There is a parameter type called "row-direction" to handle this
But the problem is it is not responding to ACF fields. I am using the code
{{ dc.looper.field({ key: 'image_location' }) }}
This field outputs true
or false
and I have confirmed it is outputting that by adding a text field in my row with that code above and I am able to get it to propelry output true
or false
but it is not changing the row-direction.