Skip to main content
I would like to know if it's possible to fix a view component in the top section of a dashboard, so it doesn't move vertically when scrolling.

Hi @deeksha.r12,

 

I have been looking to it, but it doesn't seem to be possible 😶. There is a configuration option in YAML called "sticky", which currently only works for tables I believe (it fixes certain columns in place, just like you can in Excel)

 

The closest solution I can think of is freezing a row. This can be achieved through embedded views where the content that should be frozen is in the main view and the content that is scrollable is configured in the Embedded View (link).

 

Hopefully this helps you out somehow!

 

Kind regards,

Sverre Klein


Hi @sverre.klein11,

Yes, the 'sticky' attribute can be used to pin a column in a table but not the same with views. Also, the context in which I want the view to be fixed is in the main view and the other view is an embedded view as you have mentioned. But I am not sure of the attribute we make use to implement the same.

Thank you for your response!


Reply