You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the new VuetableFieldMixin, so I'm using the next package. I've created some Field Components, and it does exactly what I want. However, there seems to be a bug in those components.
When I change pages, the component doesn't re-render. So row 1 of page 1 has the same data in the Field Components as row 1 of page 2. The mounted doesn't get triggered when going to page 2. (Weird side note, the mounted does get triggered when returning to page 1).
I was trying to add a key to the component, but that doesn't seem possible (based on the ID of the rowData).
Is there any way to listen to changes or just re-render the components on page change? This causes huge problems in our project at the moment.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I need the new
VuetableFieldMixin
, so I'm using thenext
package. I've created some Field Components, and it does exactly what I want. However, there seems to be a bug in those components.When I change pages, the component doesn't re-render. So row 1 of page 1 has the same data in the Field Components as row 1 of page 2. The
mounted
doesn't get triggered when going to page 2. (Weird side note, themounted
does get triggered when returning to page 1).I was trying to add a key to the component, but that doesn't seem possible (based on the ID of the rowData).
Is there any way to listen to changes or just re-render the components on page change? This causes huge problems in our project at the moment.
Thanks in advance!
The text was updated successfully, but these errors were encountered: