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>