appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.27k stars 3.71k forks source link

[Feature]: I need to make a widget sticky like the navigation bar and run code at the press of the navigation button. #31069

Open japrogramer opened 8 months ago

japrogramer commented 8 months ago

Is there an existing issue for this?

Summary

I need to scroll to the top of a page whenever the navigation button is pressed. I need to scroll to the top of the page.

I wouldn't need to do this if widgets could be made sticky and stay on screen even when the page scrolls.

Why should this be worked on?

Sticky widgets is very common thing and running code on page load is also standard.

Nikhil-Nandagopal commented 8 months ago

@japrogramer could you explain why you need a sticky widget?

japrogramer commented 7 months ago

@Nikhil-Nandagopal client wants to be able to navigate from any point on the page back to the top quickly. I could do that If there was a widget floating near the bottom right hand side that sets the window scroll position. but also window is not available so maybe there should also be a function to set a widget to be visible on screen if possible.

avjaintwilio commented 1 month ago

I have the same need for a sticky widget so that the user does not have to scroll up to the top of the page to enter an input into the top most container