Unanswered: Doing custom "selector slider" is possible with ST2?
Unanswered: Doing custom "selector slider" is possible with ST2?
I'm wondering if I can do a slider like this with ST2 >> screenshot
After each date is selected at the center, another panel with specific data will be display under it.
If doable, pls advice me how I can achieve it.
Of course you can do that. You can use a component and have the different dates in a horizontal row (using CSS to line them up). Then have a draggable element that you can drag horizontally and when the drag end clean up the position so it is over a single date.