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

Delay when clicking the select-all checkbox on the Datatable at 500 records. #8716

Closed
1 task
Cahalanb opened this issue May 18, 2021 · 1 comment
Closed
1 task

Comments

@Cahalanb
Copy link

What package(s) are you using?

  • carbon-components
  • [ x ] carbon-components-react

Detailed description

We have setup a Datatable to display records where Items per page allows for 10, 20 ... 500. Setting this to 500 items per page, attempt to click the select-all checkbox on the column header toolbar. There is a clear delay of about two seconds until the selection is reflected in the table UI. This is for both checking & un-checking.

There is also a delay if the user clicks any of the checkboxes at row level.

Is this issue related to a specific component?
Datatable

What did you expect to happen? What happened instead? What would you like to
see changed?
A more timely update of the Datatable to reflect the checkbox selection. Right now, it may appear to the user that no selection was made.

What browser are you working in?
Chrome Version 90.0.4430.212 (Official Build) (x86_64)

What version of the Carbon Design System are you using?
"@carbon/ibm-security": "=1.38.0",

What offering/product do you work on? Any pressing ship or release dates we
should be aware of?
IBM Cloud Pak for Security - Cases

Steps to reproduce the issue

  1. Setup a carbon datatable
  2. Populate the table with 500 rows ( about 10 columns )
  3. Click the select-all checkbox on the column bar at the top of the table
  4. Click any of the checkboxes of a particular row.

Please create a reduced test case in CodeSandbox

https://codesandbox.io/s/codesandbox-forked-bf2lw?file=/src/index.js

@tay1orjones
Copy link
Member

Duplicate of #4338

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

No branches or pull requests

3 participants