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
Hi.
I have a lot of derived values in the rows and columns of my tables. I used the Vue.js "computed" feature to update these derived values interactively as the user updates the table. This was working fine in bootstrap-vue 1.0.0-beta.5. It is not working in 1.0.0-beta.6 and 1.0.0-beta.7. I can achieve something similar with the Vue.js "filters" feature, but it's not ideal.
I don't see an option in the b-table documentation to adjust for this change in behavior. I am not using the items provider feature, which has a table refresh option, so I'm not sure how to get around this.