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
Hi @ekta-7span
I need to see how are you updating milestones.tasks
To make grid update (it's reactive) you have to change a reference (pointer) for a source array.
I am facing issue for realtime updatein revo-grid table. I am using supabase for fetching data in updating it in revo grid.
let me know if there's any solution for this.
This is my grid component. milestone.tasks has updated data but grid is not updated with latest data.
<VGrid ref="rGrid" :range="true" theme="compact" row-size="40" :columns="columns" :source="milestone.tasks" />
The text was updated successfully, but these errors were encountered: