-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Introduce a carousel widget #9370
Comments
I have two use cases,
|
@ramsaptami @lahiruelectrily @sbalaji1192 I want to work on this. Can you please assign me? |
@iSatVeerSingh I have assigned you. Please tag me when you raise a PR. |
Any updates on this @iSatVeerSingh ? |
The addition of horizontal scrolling to the List widget or “Drawer” in Appsmith would be an improvement. This feature would allow us to display more content in a compact and organized manner. Horizontal scrolling is particularly beneficial for wide datasets or detailed information that needs to be viewed side-by-side. |
Is there an existing issue for this?
Summary
The most obvious use of this widget would be to display visual content like images or videos in a carousel/slide format that most of us are used to seeing.
In addition to displaying images, this widget can be used for different states of a text/input widget for example when a user is logged in versus when viewing the app as a guest user or display employee season discount information based on which group/department the user is from (this information can be gleaned from org/user settings).
Why should this be worked on?
We currently don't allow widgets to be overlapped and this essentially means that widgets need to be placed next to each other taking up valuable real estate on the canvas for a large application especially and user would need to navigate back and forth from one location to another. But a carousel widget can be used to accommodate having a table/list widget for example, and displaying different content that can be navigated to at the same location. This would be helpful for users who need to display and access connected data with minimal redirects to other locations.
The text was updated successfully, but these errors were encountered: