i'm using cell to use custom template,when i use update-cell or update-row to update data in one row,the ui will reflect to the change,however,the method will use the old data,i have used let {row=$bindable(), column} = $props(); to capture the new row data,from the ui,it actually changed,i'm puzzled
i'm using cell to use custom template,when i use update-cell or update-row to update data in one row,the ui will reflect to the change,however,the method will use the old data,i have used
let {row=$bindable(), column} = $props();to capture the new row data,from the ui,it actually changed,i'm puzzled