Skip to content

The Grid header flickers when the column props configuration is updated #802

@RK-cuongnq

Description

@RK-cuongnq

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.

header.jumping.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions