Is it possible to get the actions filter
# avo-2
w
Is it possible to get the actions, filter and search options onto custom pages? I'm building out reporting pages for a client and those seem like slam dunk wins if I can pull them in.
l
that should be achievable
... in theory
I think actions more easily than filters as they are tied a bit more to how we fetch the records
let me try to prototype something for you
before doing that, can you please share more about what you're trying to achieve?
w
I'm building out reporting views. Client enters some dates, selects filters hits go and the calculated view is rendered which can then be exported PDF, CSV. I could prolly just use a resource controller and override the index call... 🤔
l
I think that's the way to go rather than we both rebuild everything
w
Agreed! I'm testing my changes this morning then I'll post my refactored solution here if you like. I can use action, filters and search options and render a different calculated view.
a
i would love to see this if not too much trouble sharing!