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
Buefy version: v0.9.20 Vuejs version: v2.6.14 OS/Browser: any
Description
When I build a table with dynamic columns, changing the columns count don't refresh the view. What I mean by "dynamic columns" is having columns as an array and looping over b-table-column with a v-for.
Steps to reproduce
Have a b-table
Set an array in a computed
Define b-table-column that loop over the array
Change the array length
Observe that the number of columns hasn't change
Expected behavior
It should be reactive and refresh accordingly. It might be due to the way cells are keyed.
Actual behavior
The columns are updated, but not the column count.
Overview of the problem
Buefy version: v0.9.20
Vuejs version: v2.6.14
OS/Browser: any
Description
When I build a table with dynamic columns, changing the columns count don't refresh the view. What I mean by "dynamic columns" is having columns as an array and looping over
b-table-column
with av-for
.Steps to reproduce
b-table
computed
b-table-column
that loop over the arrayExpected behavior
It should be reactive and refresh accordingly. It might be due to the way cells are keyed.
Actual behavior
The columns are updated, but not the column count.
Playground
The text was updated successfully, but these errors were encountered: