Topic: MDBTransfer is not showing updated dataSource

bernspe priority asked 6 months 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 6 months ago


Hi, is this the issue we talked about here? https://mdbootstrap.com/support/vue/mdb-transfer-component-has-funny-rendering/


bernspe priority commented 6 months ago

Yes, solved - thanks.



Please insert min. 20 characters.

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: 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