Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Cannot add property xxxxxx, object is not extensible #496

@anandrikka

Description

@anandrikka

I'm using fixed-data-table to render 1000 rows. I have a checkbox when clicked should show input boxes to edit the row.

checkboxSelect = (index, checkFlag) => {
  const {users} = this.state
  users[index]['selected'] = checkFlag // Getting Error Here
  this.setState({
    users,
  })
}

please help not sure what is the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions