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.
I’m using RevoGrid version 4 for a Vue 3 application. But I’m encountering an issue:
My table has two modes, and each mode has some columns that are different and some that are the same. I handle this by updating the value of the columns prop when switching modes. (I use the filter() and splice() functions to create the new columns, and then reassign the columns when switching modes.)
However, it seems that when the columns are updated, RevoGrid re-renders the header, causing the header to flicker.
Is there any way to fix this issue?
I’ve provided some evidence for you to better visualize the issue; please take a look.
Hi.
I’m using RevoGrid version 4 for a Vue 3 application. But I’m encountering an issue:
Is there any way to fix this issue?
I’ve provided some evidence for you to better visualize the issue; please take a look.
header.jumping.mp4