Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

EckyEckyPtang's avatar

Passing fresh data to a card on a dashboard

So I have this card on a dashboard. Which contains data passed with the "withMeta()" method.

Now on the card is a select box to select a different user. When that is done, new information has the send over with the 'withMeta' method. It can also be links, instead of a select box.

How does one achieve that?

0 likes
1 reply
Guillermo598's avatar

Use a single view to filter other views in a dashboard Imagine you have a dashboard that contains three views about profitability: a map, a bar chart, and a table of customer names. You can use a filter action to make one of the views in your dashboard, such as the map, the controlling view for the filter action. When your users select a region in the map, the data in the other views is filtered so that it relates to just that region.

On the dashboard, select the view you want to use as a filter.

On the view's shortcut menu, choose Use as Filter. You can perform the same action by clicking the Use as Filter icon

Please or to participate in this conversation.