Topic: MDBSelect Lazy Load Data on Scroll
SproutIT free asked 2 years ago
Hi,
Is there a sample way for MDBSelect to lazy load or fetch data upon scrolling?
Thank you!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: MDB5 1.14.0
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 2 years ago
Hi @SproutIT,
there is no such built-in feature, but it should be doable. You just need to wait for page scroll to any value and then update the data object which is passed to the MDBSelect's v-model directive.
Keep coding!