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