Topic: stepper for display
MarcRohrer asked 3 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
Grzegorz Bujański staff answered 3 years ago
MarcRohrer answered 3 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: 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 3 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 pro premium commented 3 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 commented 3 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...