Fix selected row state not resetting properly
This commit is contained in:
parent
36432a490f
commit
05b9c3fa68
|
@ -56,6 +56,9 @@
|
|||
}
|
||||
|
||||
$: {
|
||||
// Reset selection every time data changes
|
||||
selectedRows = []
|
||||
|
||||
let result = []
|
||||
if (allowEditing) {
|
||||
result = [
|
||||
|
|
Loading…
Reference in New Issue