Skip to content

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

Description

@zyang19

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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