Custom Views and Widget Controllers #1183
Replies: 3 comments
-
Hey @Read2uk
Widget::add('my_widget')
->to('before_content')
->type('card')
->content(null);
Widget::name('my_widget')->remove(); |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found a thread #532 on this. I wonder if you may find a custom solution that fits your needs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to find the best way to use Custom Views and Widgets together.
These Widgets and chart are set in the setupListOperation, how can I hide them when I change the view? they still appearing in the other views, or have them display the custom view clause filter

How can I pass a parameter/filter to the Widget controller?
For example, when changing view I want to use the same ChartController but pass a filter to the query to pull the data

Regards
Beta Was this translation helpful? Give feedback.
All reactions