Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: event target lookup error and column not update #285

Open
zyang19 opened this issue Oct 31, 2023 · 0 comments
Open

Bug: event target lookup error and column not update #285

zyang19 opened this issue Oct 31, 2023 · 0 comments

Comments

@zyang19
Copy link

zyang19 commented Oct 31, 2023

Title

  • bug: getting error _"Event Target Lookup Error - The row this cell is attached to cannot be found, has the table been reinitialized without being destroyed first" when the data is a prop and being updated. The data were not updating.

Environment Details

  • react-tabulator version: 0.16.x
  • OS: Mac
<div className=" text-sm w-full h-1/6 mt-1 overflow-auto" ref={ref}>
            <ReactTabulator 
            columns={columns}
            data={data}
            reactiveData={true}
            />
        </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant