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

Duplicate cells when scrolling #401

Open
Bar-Yehudai opened this issue Nov 21, 2023 · 0 comments
Open

Duplicate cells when scrolling #401

Bar-Yehudai opened this issue Nov 21, 2023 · 0 comments

Comments

@Bar-Yehudai
Copy link

Use the following example or any other case where the cell is a text input.
Click the first cell input, type some random text, start scrolling.
You will see the text you typed appear in the cells that are scrolled into view.

<ReactDataGrid
  columns={[{
    name: 'text',
    render: () => <input />
  }]}
  dataSource={[{ text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }, { text: '' }]}
/>
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