Topic: stepper for display
MarcRohrer free asked 2 years ago
Hi,
is it possible to use a stepper just for display, where all steps are open at all timesand are not closeable? If so, what attributes should be set for that?
regards
Marc
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.10.1
- Device: PC
- Browser: Edge
- OS: Windows
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 2 years ago
Unfortunately not. The basic functionality of the stepper is showing specific steps and the ability to move to the next/previous one. It's hard for me to imagine what a stepper could look like with all the steppes showed. These would have to be columns with specific steps next to each other or just breadcrumbs: https://mdbootstrap.com/docs/standard/navigation/breadcrumb/
softcon premium commented 2 years ago
You could probably just use a UL element as a ROW with a number LI elements as COLS (as each step) and then wrap your form around the entire thing.
MarcRohrer free commented 2 years ago
interesting, thanx! But I guess, I would lose the line between the bullet points, right?
In the end, I just wanted to display a timeline for an audit trail. Theres various libraries for that, but I wanted to stay with mdb if possible...