-
|
Hi, I am providing a store +page.svelte store.js testData.js |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The - selectedRowIds={$selectedId}
+ selectedRowIds={[$selectedId]} |
Beta Was this translation helpful? Give feedback.
-
|
omg! i have been staring at this for two evenings, so simple. |
Beta Was this translation helpful? Give feedback.
The
selectedRowIdsexpects an array; can you try the following?