Topic: Scroll Status plugin don't show the progress bar
Joachim Kumpa pro premium priority asked 3 years ago
Expected behavior To show a progess bar over the table ( plugin scroll-status )
Actual behavior No progess bar is shown
the real problem is: my code works here when i generate a snippet, but my browser doesn't show the bar. i use:
<link rel="stylesheet" href="styles/scroll-status.min.css"/>
<script src="scripts/scroll-status.min.js"></script>
<link rel="stylesheet" href="styles/mdb.min.css">
<script src="scripts/mdb.min.js"></script>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 4.0.0
- Device: Computer
- Browser: Firefox 99.0.1
- OS: Windows 11
- Provided sample code: No
- Provided link: No
Dawid Wajszczuk staff commented 3 years ago
Hi. Do you import plugin's CSS and JS first or MDB's CSS and JS? MDB should be first. Does it only not work on firefox? Have you tried checking on something chromium-based? Does the problem still occur when you import the whole
all.min.js
andall.min.css
instead of modules? Do you have any errors in console?Joachim Kumpa pro premium priority commented 3 years ago
Hi Dawid, thank you for your hint. I have import plugin's JS after MDB's JS.I changed it and put plugin's JS at the end of the code behind MDB's JS and it works fine.