Filter form on the sidebar

I want the filter form on the dashboard page to be on the sidebar. I have tried creating a custom layout, but then the Using $this when not in object context error is thrown. I have tried render hooks, but I can't get it to work. Any help?
3 Replies
toeknee
toeknee4w ago
You won't be able to do that as it's outside of the context. You would need to write something custom
Haggai
HaggaiOP4w ago
@toeknee You mean a plugin or a custom component?
toeknee
toeknee4w ago
Yeah

Did you find this page helpful?