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
And our row selection is based on source instead of id. This will break the selection when shuffling the items array.
We should use id instead of source if the elements have an appropriate key
The text was updated successfully, but these errors were encountered:
Vuestic-ui version: 1.4.1
Now we generate the
TableRow
items in this way.:And our row selection is based on
source
instead ofid
. This will break the selection when shuffling theitems
array.We should use
id
instead ofsource
if the elements have an appropriate keyThe text was updated successfully, but these errors were encountered: