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 found out a problem when I changing the readonly props at runtime in vue-excel-column component, it won't take effect.
It only take the value that was initially set during render/mounted. There are no refresh method in the component to refresh the component. I have to do manual reload using v-if.
Hope the author can look into this small bug.
The text was updated successfully, but these errors were encountered:
First of all, thanks for the awesome component.
I found out a problem when I changing the readonly props at runtime in vue-excel-column component, it won't take effect.
It only take the value that was initially set during render/mounted. There are no refresh method in the component to refresh the component. I have to do manual reload using v-if.
Hope the author can look into this small bug.
The text was updated successfully, but these errors were encountered: