Hi all,
I am evaluating to start using Flop Phoenix to do sorting, filtering and pagination.
I was able to make a simple filter form with compund and join fields.
That is impressive work, kudos to the contributors!
My question is about the filter form:
I have a join field which refers to strings (think about a user that has many roles).
My goal would be to have a form with roles names as checkboxes, and run the filter using that.
Is that doable with Phoenix Flop?
Cheers!