You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your problem ? A description of the problem, not the solution you are proposing.
I have built a dashboard with multiple cards in the view. There are many cards that the page is scrolling vertically now.
I would like for this data to be displayed as a dashboard in a "kiosk" fashion (i.e - no manual interaction expected), where by all the data is displayed to the user, in a auto-scrolling / slideshow format.
I checked out the carousel component, but it seems to only support images currently.
Only cards component seems to support embedding other .sql files. however cards doesn't have any features to auto-scroll / slideshow the data.
Describe the solution you'd like
It would be really nice if the carousel component can also embed other .sql files, like the cards component, and show the output of the embedded sql files as a "slideshow".
This would allow for the carousel component to really add the potential for dashboard displays that can be used in "kiosk" mode.
Hope my explanation of the request is clear / makes sense.
Thanks for your time and consideration !
The text was updated successfully, but these errors were encountered:
The embed option is already there on the server side so it might be doable just by transforming the carousel template with an embed option. Or am I missing something?
Should we explain the data-embed="SRC" tricks in the doc for custom template ?
I have built a dashboard with multiple cards in the view. There are many cards that the page is scrolling vertically now.
I would like for this data to be displayed as a dashboard in a "kiosk" fashion (i.e - no manual interaction expected), where by all the data is displayed to the user, in a auto-scrolling / slideshow format.
I checked out the
carousel
component, but it seems to only support images currently.Only
cards
component seems to support embedding other.sql
files. however cards doesn't have any features to auto-scroll / slideshow the data.It would be really nice if the carousel component can also embed other .sql files, like the cards component, and show the output of the embedded sql files as a "slideshow".
This would allow for the carousel component to really add the potential for dashboard displays that can be used in "kiosk" mode.
Hope my explanation of the request is clear / makes sense.
Thanks for your time and consideration !
The text was updated successfully, but these errors were encountered: