Topic: MDBTransfer is not showing updated dataSource
bernspe priority asked 1 year ago
Expected behavior :dataSource should be reactive
Actual behavior Neither computed value nor direct updating a ref does show the data
Resources (screenshots, code snippets etc.) :dataSource="myMitarbeiters_formatted"
myMitarbeiters_formatted.value= myMitarbeiters.value.map((user)=> ({data: user.first_name+' '+user.last_name+', '+user.email}))
I have checked that the Array is correctly populated.
Bartosz Cylwik staff answered 1 year ago
Hi, is this the issue we talked about here? https://mdbootstrap.com/support/vue/mdb-transfer-component-has-funny-rendering/
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB5 4.1.1
- Device: Desktop
- Browser: Chrome
- OS: MacOSX
- Provided sample code: No
- Provided link: No