I have an onclick event that adds values to a database (serverconnect1.load({id: ID})) inside cards with a repeated masonry. I show these values inside a tooltip.:
dmx-bs-tooltip="qryLikes.count()" dmx-on:click="serverconnect1.load({id: ID});serverconnect2.load({})">
Unfortunately the load event of the serverconnect2 (containing qryLikes) is not refreshing the values inside the tooltip. How do I achieve this?
Community Page
Last updated:
Last updated: