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

DataGrid Performance affected by inline edit #8920

Open
1 of 2 tasks
karlosmrez opened this issue May 8, 2024 · 0 comments
Open
1 of 2 tasks

DataGrid Performance affected by inline edit #8920

karlosmrez opened this issue May 8, 2024 · 0 comments

Comments

@karlosmrez
Copy link

Bug type

Component

Component name

DataGrid (Editing)

What happened?

If you are using "edit inline mode", there are more than 10,000 items in the datagrid and more than 1 Column to render, performance is affected.

Filtering is also greatly affected.

But, if you hide all columns except one (using the settings icon) behavior is fluid

Expected behavior

When changing the value of a MudTextField and changing the next one below it, you should have smooth behavior.

Reproduction link

https://try.mudblazor.com/snippet/GOmeaTYMeuVVKZwb

Reproduction steps

  1. Write something inside an Input
  2. Write again something inside another Input
  3. Repeat this multiple times

or

  1. Open Column filter
  2. Search something

Relevant log output

No response

Version (bug)

6.19.1

Version (working)

6.19.1

What browsers are you seeing the problem on?

Firefox, Chrome

On which operating systems are you experiencing the issue?

Windows

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
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